File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ BraceWrapping:
7272 AfterNamespace : true
7373 AfterObjCDeclaration : true
7474 AfterStruct : true
75- AfterUnion : false
75+ AfterUnion : true
7676 BeforeCatch : true
7777 BeforeElse : true
7878 BeforeLambdaBody : false
@@ -84,7 +84,7 @@ BraceWrapping:
8484BreakAfterAttributes : Never
8585BreakAfterJavaFieldAnnotations : false
8686BreakArrays : false
87- BreakBeforeBinaryOperators : NonAssignment
87+ BreakBeforeBinaryOperators : None
8888BreakBeforeConceptDeclarations : Always
8989BreakBeforeInlineASMColon : OnlyMultiline
9090BreakBeforeTernaryOperators : true
@@ -96,7 +96,7 @@ CommentPragmas: "^ IWYU pragma:"
9696CompactNamespaces : false
9797ConstructorInitializerIndentWidth : 4
9898ContinuationIndentWidth : 4
99- Cpp11BracedListStyle : true
99+ Cpp11BracedListStyle : false
100100DerivePointerAlignment : false
101101DisableFormat : false
102102EmptyLineAfterAccessModifier : Never
You can’t perform that action at this time.
0 commit comments