2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 16:00:53 +00:00

Update .clang-format to require braces after control statements

This commit is contained in:
m-holger 2024-01-16 12:28:34 +00:00
parent 7315aa8c9b
commit 9e62e7a6b4

View File

@ -41,6 +41,7 @@ IndentCaseBlocks: true
IndentExternBlock: Indent
IndentPPDirectives: AfterHash
IndentWidth: 4
InsertBraces: true
InsertTrailingCommas: Wrapped
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All