Update .clang-format to require braces after control statements

This commit is contained in:
m-holger 2024-01-16 12:28:34 +00:00
parent 7315aa8c9b
commit 9e62e7a6b4
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ IndentCaseBlocks: true
IndentExternBlock: Indent
IndentPPDirectives: AfterHash
IndentWidth: 4
InsertBraces: true
InsertTrailingCommas: Wrapped
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All