mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-09 23:00:57 +00:00
Merge pull request #1125 from m-holger/format
Update .clang-format to require braces after control statements
This commit is contained in:
commit
87c07457e2
@ -41,6 +41,7 @@ IndentCaseBlocks: true
|
||||
IndentExternBlock: Indent
|
||||
IndentPPDirectives: AfterHash
|
||||
IndentWidth: 4
|
||||
InsertBraces: true
|
||||
InsertTrailingCommas: Wrapped
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
NamespaceIndentation: All
|
||||
|
Loading…
Reference in New Issue
Block a user