aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2024-01-16 13:28:34 +0100
committerm-holger <m-holger@kubitscheck.org>2024-01-16 13:28:34 +0100
commit9e62e7a6b4f85155c72f8ff0ad34487e5beb4ca2 (patch)
tree6f1b4ffd25a8a0ecc38e0e77243f7576051e06e9
parent7315aa8c9b924c9351838ec5c1351a8c75e66bf1 (diff)
downloadqpdf-9e62e7a6b4f85155c72f8ff0ad34487e5beb4ca2.tar.zst
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