clang format InsertBraces true

This commit is contained in:
berniev
2023-07-30 07:19:37 +10:00
committed by WandererFan
parent 3975f31f89
commit da1480d474

View File

@@ -39,7 +39,7 @@ ContinuationIndentWidth: 4
IndentCaseLabels: true
IndentPPDirectives: None
IndentWidth: 4
InsertBraces: false
InsertBraces: true
KeepEmptyLinesAtTheStartOfBlocks: true
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None