CI: use clang-format to add braces
This commit is contained in:
parent
183f88a846
commit
e1747af296
@ -22,6 +22,7 @@ Cpp11BracedListStyle: "false"
|
|||||||
FixNamespaceComments: "true"
|
FixNamespaceComments: "true"
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
IndentWidth: "4"
|
IndentWidth: "4"
|
||||||
|
InsertBraces: "true"
|
||||||
MaxEmptyLinesToKeep: "2"
|
MaxEmptyLinesToKeep: "2"
|
||||||
NamespaceIndentation: None
|
NamespaceIndentation: None
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
|
Loading…
Reference in New Issue
Block a user