[Clang] Improve formatter config

This commit is contained in:
2025-10-05 08:38:23 +02:00
parent 903da245ac
commit 50c5cf945d

View File

@@ -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