mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-09 08:04:29 -04:00
CI: use clang-format to add braces
This commit is contained in:
parent
183f88a846
commit
e1747af296
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue