1
- Language : Cpp
1
+ Language : Cpp
2
2
AccessModifierOffset : -1
3
3
AlignAfterOpenBracket : Align
4
4
AlignConsecutiveAssignments : false
5
5
AlignConsecutiveDeclarations : false
6
6
AlignEscapedNewlines : DontAlign
7
- AlignOperands : true
7
+ AlignOperands : true
8
8
AlignTrailingComments : true
9
9
AllowAllParametersOfDeclarationOnNextLine : true
10
10
AllowShortBlocksOnASingleLine : false
@@ -18,18 +18,18 @@ AlwaysBreakTemplateDeclarations: MultiLine
18
18
BinPackArguments : true
19
19
BinPackParameters : true
20
20
BraceWrapping :
21
- AfterClass : false
21
+ AfterClass : false
22
22
AfterControlStatement : false
23
- AfterEnum : false
24
- AfterFunction : false
25
- AfterNamespace : false
23
+ AfterEnum : false
24
+ AfterFunction : false
25
+ AfterNamespace : false
26
26
AfterObjCDeclaration : false
27
- AfterStruct : false
28
- AfterUnion : false
27
+ AfterStruct : false
28
+ AfterUnion : false
29
29
AfterExternBlock : false
30
- BeforeCatch : false
31
- BeforeElse : false
32
- IndentBraces : false
30
+ BeforeCatch : false
31
+ BeforeElse : false
32
+ IndentBraces : false
33
33
SplitEmptyFunction : true
34
34
SplitEmptyRecord : true
35
35
SplitEmptyNamespace : true
@@ -42,39 +42,39 @@ BreakConstructorInitializersBeforeComma: false
42
42
BreakConstructorInitializers : BeforeColon
43
43
BreakAfterJavaFieldAnnotations : false
44
44
BreakStringLiterals : true
45
- ColumnLimit : 120
46
- CommentPragmas : " ^ IWYU pragma:"
45
+ ColumnLimit : 120
46
+ CommentPragmas : ' ^ IWYU pragma:'
47
47
CompactNamespaces : false
48
48
ConstructorInitializerAllOnOneLineOrOnePerLine : true
49
49
ConstructorInitializerIndentWidth : 4
50
50
ContinuationIndentWidth : 4
51
51
Cpp11BracedListStyle : true
52
- DerivePointerAlignment : true
53
- DisableFormat : false
52
+ DerivePointerAlignment : false
53
+ DisableFormat : false
54
54
ExperimentalAutoDetectBinPacking : false
55
55
FixNamespaceComments : true
56
56
ForEachMacros :
57
57
- foreach
58
58
- Q_FOREACH
59
59
- BOOST_FOREACH
60
- IncludeBlocks : Preserve
60
+ IncludeBlocks : Preserve
61
61
IncludeCategories :
62
- - Regex : ' ^<ext/.*\.h>'
63
- Priority : 2
64
- - Regex : ' ^<.*\.h>'
65
- Priority : 1
66
- - Regex : " ^<.*"
67
- Priority : 2
68
- - Regex : " .* "
69
- Priority : 3
70
- IncludeIsMainRegex : " ([-_](test|unittest))?$"
62
+ - Regex : ' ^<ext/.*\.h>'
63
+ Priority : 2
64
+ - Regex : ' ^<.*\.h>'
65
+ Priority : 1
66
+ - Regex : ' ^<.*'
67
+ Priority : 2
68
+ - Regex : ' .* '
69
+ Priority : 3
70
+ IncludeIsMainRegex : ' ([-_](test|unittest))?$'
71
71
IndentCaseLabels : true
72
72
IndentPPDirectives : None
73
- IndentWidth : 2
73
+ IndentWidth : 2
74
74
IndentWrappedFunctionNames : false
75
75
KeepEmptyLinesAtTheStartOfBlocks : false
76
- MacroBlockBegin : " "
77
- MacroBlockEnd : " "
76
+ MacroBlockBegin : ' '
77
+ MacroBlockEnd : ' '
78
78
MaxEmptyLinesToKeep : 1
79
79
NamespaceIndentation : None
80
80
PenaltyBreakAssignment : 2
@@ -87,18 +87,18 @@ PenaltyExcessCharacter: 1000000
87
87
PenaltyReturnTypeOnItsOwnLine : 2000
88
88
PointerAlignment : Right
89
89
RawStringFormats :
90
- - Language : Cpp
90
+ - Language : Cpp
91
91
Delimiters :
92
92
- cc
93
93
- CC
94
94
- cpp
95
95
- Cpp
96
96
- CPP
97
- - " c++"
98
- - " C++"
99
- CanonicalDelimiter : " "
100
- BasedOnStyle : google
101
- - Language : TextProto
97
+ - ' c++'
98
+ - ' C++'
99
+ CanonicalDelimiter : ' '
100
+ BasedOnStyle : google
101
+ - Language : TextProto
102
102
Delimiters :
103
103
- pb
104
104
- PB
@@ -112,10 +112,10 @@ RawStringFormats:
112
112
- PARSE_TEXT_PROTO
113
113
- ParseTextOrDie
114
114
- ParseTextProtoOrDie
115
- CanonicalDelimiter : " "
116
- BasedOnStyle : google
117
- ReflowComments : true
118
- SortIncludes : false
115
+ CanonicalDelimiter : ' '
116
+ BasedOnStyle : google
117
+ ReflowComments : true
118
+ SortIncludes : false
119
119
SortUsingDeclarations : false
120
120
SpaceAfterCStyleCast : true
121
121
SpaceAfterTemplateKeyword : false
@@ -127,11 +127,11 @@ SpaceBeforeParens: ControlStatements
127
127
SpaceBeforeRangeBasedForLoopColon : true
128
128
SpaceInEmptyParentheses : false
129
129
SpacesBeforeTrailingComments : 2
130
- SpacesInAngles : false
130
+ SpacesInAngles : false
131
131
SpacesInContainerLiterals : false
132
132
SpacesInCStyleCastParentheses : false
133
133
SpacesInParentheses : false
134
134
SpacesInSquareBrackets : false
135
- Standard : Auto
136
- TabWidth : 2
137
- UseTab : Never
135
+ Standard : Auto
136
+ TabWidth : 2
137
+ UseTab : Never
0 commit comments