File tree Expand file tree Collapse file tree 3 files changed +3376
-3376
lines changed
Expand file tree Collapse file tree 3 files changed +3376
-3376
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Standard: c++17
77# Modern indentation
88IndentWidth : 4
99TabWidth : 4
10- UseTab : Never
10+ UseTab : Always
1111ContinuationIndentWidth : 4
12- NamespaceIndentation : None
12+ NamespaceIndentation : Inner
1313AccessModifierOffset : -4
1414
1515# Modern code layout
@@ -40,9 +40,9 @@ AllowShortCaseLabelsOnASingleLine: false
4040PointerAlignment : Left
4141AlignAfterOpenBracket : Align # Changed from AlignOrBreak to Align
4242AlignOperands : true
43- AlignTrailingComments : true
44- AlignConsecutiveAssignments : true
45- AlignConsecutiveDeclarations : true
43+ AlignTrailingComments : false
44+ AlignConsecutiveAssignments : false
45+ AlignConsecutiveDeclarations : false
4646
4747# Modern breaking rules
4848AllowAllParametersOfDeclarationOnNextLine : true
You can’t perform that action at this time.
0 commit comments