aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2024-01-17 13:57:12 +0100
committerGitHub <noreply@github.com>2024-01-17 13:57:12 +0100
commit87c07457e203bb0801ac3256de7bb61e79b6d01c (patch)
treefec657b5696f3be80fef9b1f15d891799ac381cb
parent9a6a1cce93aae59233944a5004432bac85930b2d (diff)
parent9e62e7a6b4f85155c72f8ff0ad34487e5beb4ca2 (diff)
downloadqpdf-87c07457e203bb0801ac3256de7bb61e79b6d01c.tar.zst
Merge pull request #1125 from m-holger/format
Update .clang-format to require braces after control statements
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index debe191b..57594c71 100644
--- a/.clang-format
+++ b/.clang-format
@@ -41,6 +41,7 @@ IndentCaseBlocks: true
IndentExternBlock: Indent
IndentPPDirectives: AfterHash
IndentWidth: 4
+InsertBraces: true
InsertTrailingCommas: Wrapped
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All