mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Update .clang-format to require braces after control statements
This commit is contained in:
parent
7315aa8c9b
commit
9e62e7a6b4
@ -41,6 +41,7 @@ IndentCaseBlocks: true
|
|||||||
IndentExternBlock: Indent
|
IndentExternBlock: Indent
|
||||||
IndentPPDirectives: AfterHash
|
IndentPPDirectives: AfterHash
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
InsertBraces: true
|
||||||
InsertTrailingCommas: Wrapped
|
InsertTrailingCommas: Wrapped
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
|
Loading…
Reference in New Issue
Block a user