We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc3e2c commit 1b3e561Copy full SHA for 1b3e561
.clang-format
@@ -84,7 +84,7 @@ BraceWrapping:
84
BreakAfterAttributes: Never
85
BreakAfterJavaFieldAnnotations: false
86
BreakArrays: false
87
-BreakBeforeBinaryOperators: NonAssignment
+BreakBeforeBinaryOperators: None
88
BreakBeforeConceptDeclarations: Always
89
BreakBeforeInlineASMColon: OnlyMultiline
90
BreakBeforeTernaryOperators: true
@@ -96,7 +96,7 @@ CommentPragmas: "^ IWYU pragma:"
96
CompactNamespaces: false
97
ConstructorInitializerIndentWidth: 4
98
ContinuationIndentWidth: 4
99
-Cpp11BracedListStyle: true
+Cpp11BracedListStyle: false
100
DerivePointerAlignment: false
101
DisableFormat: false
102
EmptyLineAfterAccessModifier: Never
0 commit comments