clang format InsertBraces true

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

View File

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