File tree Expand file tree Collapse file tree 3 files changed +498
-3
lines changed Expand file tree Collapse file tree 3 files changed +498
-3
lines changed Original file line number Diff line number Diff line change 1
1
Standard : Cpp11
2
- UseTab : ForIndentation
2
+ UseTab : Always
3
3
TabWidth : 1
4
4
IndentWidth : 1
5
5
AccessModifierOffset : -1
6
6
PointerAlignment : Left
7
7
NamespaceIndentation : All
8
8
ColumnLimit : 0
9
9
BreakBeforeBraces : Allman
10
- BreakConstructorInitializersBeforeComma : true
10
+ BreakConstructorInitializersBeforeComma : false
11
11
BreakBeforeBinaryOperators : false
12
12
BreakBeforeTernaryOperators : false
13
13
AlwaysBreakTemplateDeclarations : true
@@ -20,7 +20,7 @@ Cpp11BracedListStyle: true
20
20
IndentCaseLabels : false
21
21
SortIncludes : false
22
22
ReflowComments : true
23
- AlignConsecutiveAssignments : true
23
+ AlignConsecutiveAssignments : false
24
24
AlignTrailingComments : true
25
25
AlignAfterOpenBracket : false
26
26
ConstructorInitializerAllOnOneLineOrOnePerLine : false
You can’t perform that action at this time.
0 commit comments