diff --git a/.clang-format b/.clang-format index 3fb53c3..ae02442 100644 --- a/.clang-format +++ b/.clang-format @@ -10,19 +10,20 @@ AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: None AlwaysBreakTemplateDeclarations: Yes BraceWrapping: - AfterCaseLabel: false - AfterClass: false - AfterControlStatement: false - AfterEnum: false - AfterFunction: false - AfterNamespace: false - AfterStruct: false - AfterUnion: false - AfterExternBlock: false + AfterCaseLabel: true + AfterClass: true + AfterControlStatement: true + AfterEnum: true + AfterFunction: true + AfterNamespace: true + AfterStruct: true + AfterUnion: true + AfterExternBlock: true BeforeCatch: false BeforeElse: false - BeforeLambdaBody: false + BeforeLambdaBody: true BeforeWhile: false + IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true