@@ -5,7 +5,7 @@ AlignAfterOpenBracket: AlwaysBreak
5
5
AlignConsecutiveAssignments : false
6
6
AlignConsecutiveDeclarations : false
7
7
AlignEscapedNewlinesLeft : false
8
- AlignOperands : true
8
+ AlignOperands : true
9
9
AlignTrailingComments : true
10
10
AllowAllParametersOfDeclarationOnNextLine : true
11
11
AllowShortBlocksOnASingleLine : true
@@ -19,34 +19,32 @@ AlwaysBreakBeforeMultilineStrings: true
19
19
BinPackArguments : false
20
20
BinPackParameters : false
21
21
BraceWrapping :
22
- AfterClass : false
23
- AfterControlStatement : false
24
- AfterEnum : false
25
- AfterFunction : false
26
- AfterNamespace : false
27
- AfterObjCDeclaration : false
28
- AfterStruct : false
29
- AfterUnion : false
30
- BeforeCatch : false
31
- BeforeElse : false
32
- IndentBraces : false
22
+ AfterClass : false
23
+ AfterControlStatement : false
24
+ AfterEnum : false
25
+ AfterFunction : false
26
+ AfterNamespace : false
27
+ AfterObjCDeclaration : false
28
+ AfterStruct : false
29
+ AfterUnion : false
30
+ BeforeCatch : false
31
+ BeforeElse : false
32
+ IndentBraces : false
33
33
BreakBeforeBinaryOperators : None
34
34
BreakBeforeBraces : Attach
35
35
BreakBeforeTernaryOperators : true
36
36
BreakConstructorInitializersBeforeComma : false
37
- ColumnLimit : 120
37
+ ColumnLimit : 120
38
38
ConstructorInitializerAllOnOneLineOrOnePerLine : false
39
39
ConstructorInitializerIndentWidth : 4
40
40
ContinuationIndentWidth : 4
41
41
Cpp11BracedListStyle : true
42
42
DerivePointerAlignment : false
43
- DisableFormat : false
43
+ DisableFormat : false
44
44
IndentCaseLabels : true
45
- IndentWidth : 4
45
+ IndentWidth : 4
46
46
IndentWrappedFunctionNames : false
47
47
KeepEmptyLinesAtTheStartOfBlocks : true
48
- MacroBlockBegin : ' '
49
- MacroBlockEnd : ' '
50
48
MaxEmptyLinesToKeep : 1
51
49
NamespaceIndentation : None
52
50
PenaltyBreakBeforeFirstCallParameter : 19
@@ -56,20 +54,19 @@ PenaltyBreakString: 1000
56
54
PenaltyExcessCharacter : 1000000
57
55
PenaltyReturnTypeOnItsOwnLine : 60
58
56
PointerAlignment : Left
59
- ReflowComments : true
60
- SortIncludes : true
57
+ ReflowComments : true
58
+ SortIncludes : true
61
59
SpaceAfterCStyleCast : false
62
60
SpaceBeforeAssignmentOperators : true
63
61
SpaceBeforeParens : ControlStatements
64
62
SpaceInEmptyParentheses : false
65
63
SpacesBeforeTrailingComments : 2
66
- SpacesInAngles : false
64
+ SpacesInAngles : false
67
65
SpacesInContainerLiterals : true
68
66
SpacesInCStyleCastParentheses : false
69
67
SpacesInParentheses : false
70
68
SpacesInSquareBrackets : false
71
- TabWidth : 4
72
- UseTab : Never
69
+ TabWidth : 4
70
+ UseTab : Never
73
71
MacroBlockBegin : " ^IF_WAGGLED$|_BEGIN$"
74
72
MacroBlockEnd : " _END$"
75
- ...
0 commit comments