CI: use clang-format to add braces

This commit is contained in:
Adriaan de Groot 2023-10-17 22:17:01 +02:00
parent 183f88a846
commit e1747af296

View File

@ -22,6 +22,7 @@ Cpp11BracedListStyle: "false"
FixNamespaceComments: "true"
IncludeBlocks: Preserve
IndentWidth: "4"
InsertBraces: "true"
MaxEmptyLinesToKeep: "2"
NamespaceIndentation: None
PointerAlignment: Left