diff --git a/config/lint/clang-format b/config/lint/clang-format index aef4e74..b3aad48 100644 --- a/config/lint/clang-format +++ b/config/lint/clang-format @@ -94,7 +94,7 @@ BraceWrapping: AfterFunction: false AfterNamespace: false AfterObjCDeclaration: false - AfterStruct: false + AfterStruct: true AfterUnion: false AfterExternBlock: false BeforeCatch: false @@ -110,7 +110,7 @@ BreakAfterAttributes: Always BreakAfterJavaFieldAnnotations: false BreakAfterReturnType: None BreakArrays: true -BreakBeforeBinaryOperators: None +BreakBeforeBinaryOperators: All BreakBeforeBraces: Attach BreakBeforeConceptDeclarations: Always BreakBeforeInlineASMColon: OnlyMultiline