diff --git a/_clang-format b/_clang-format index ee000a1e..ff57c819 100644 --- a/_clang-format +++ b/_clang-format @@ -41,7 +41,7 @@ BraceWrapping: AfterFunction: true AfterNamespace: false AfterObjCDeclaration: false - AfterStruct: false + AfterStruct: true AfterUnion: false BeforeCatch: false BeforeElse: false