mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 15:17:29 +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
|
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