1
1
---
2
- Language : Cpp
2
+ Language : Cpp
3
3
# BasedOnStyle: LLVM
4
4
AccessModifierOffset : -4
5
5
AlignAfterOpenBracket : DontAlign
6
6
AlignConsecutiveAssignments : None
7
7
AlignConsecutiveDeclarations : None
8
8
AlignEscapedNewlines : Right
9
- AlignOperands : true
9
+ AlignOperands : true
10
10
AlignTrailingComments : true
11
11
AllowAllParametersOfDeclarationOnNextLine : true
12
12
AllowShortBlocksOnASingleLine : Always
@@ -20,18 +20,18 @@ AlwaysBreakBeforeMultilineStrings: false
20
20
AlwaysBreakTemplateDeclarations : Yes
21
21
BinPackArguments : true
22
22
BinPackParameters : true
23
- BraceWrapping :
24
- AfterClass : true
23
+ BraceWrapping :
24
+ AfterClass : true
25
25
AfterControlStatement : Always
26
- AfterEnum : true
27
- AfterFunction : true
28
- AfterNamespace : false
26
+ AfterEnum : true
27
+ AfterFunction : true
28
+ AfterNamespace : false
29
29
AfterObjCDeclaration : true
30
- AfterStruct : true
31
- AfterUnion : true
32
- BeforeCatch : true
33
- BeforeElse : true
34
- IndentBraces : false
30
+ AfterStruct : true
31
+ AfterUnion : true
32
+ BeforeCatch : true
33
+ BeforeElse : true
34
+ IndentBraces : false
35
35
SplitEmptyFunction : false
36
36
SplitEmptyRecord : false
37
37
SplitEmptyNamespace : false
@@ -43,37 +43,37 @@ BreakConstructorInitializersBeforeComma: true
43
43
BreakConstructorInitializers : BeforeColon
44
44
BreakAfterJavaFieldAnnotations : false
45
45
BreakStringLiterals : true
46
- ColumnLimit : 140
47
- CommentPragmas : ' ^ IWYU pragma:'
48
- CompactNamespaces : false
46
+ ColumnLimit : 140
47
+ CommentPragmas : ' ^ IWYU pragma:'
48
+ CompactNamespaces : false
49
49
ConstructorInitializerAllOnOneLineOrOnePerLine : false
50
50
ConstructorInitializerIndentWidth : 4
51
51
ContinuationIndentWidth : 4
52
52
Cpp11BracedListStyle : true
53
53
DerivePointerAlignment : false
54
- DisableFormat : false
54
+ DisableFormat : false
55
55
ExperimentalAutoDetectBinPacking : false
56
56
FixNamespaceComments : true
57
- ForEachMacros :
57
+ ForEachMacros :
58
58
- foreach
59
59
- Q_FOREACH
60
60
- BOOST_FOREACH
61
- IncludeCategories :
62
- - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
63
- Priority : 2
64
- - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
65
- Priority : 3
66
- - Regex : ' .*'
67
- Priority : 1
61
+ IncludeCategories :
62
+ - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
63
+ Priority : 2
64
+ - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
65
+ Priority : 3
66
+ - Regex : ' .*'
67
+ Priority : 1
68
68
IncludeIsMainRegex : ' (Test)?$'
69
69
IndentCaseLabels : false
70
- IndentWidth : 4
70
+ IndentWidth : 4
71
71
IndentWrappedFunctionNames : false
72
72
JavaScriptQuotes : Leave
73
73
JavaScriptWrapImports : true
74
74
KeepEmptyLinesAtTheStartOfBlocks : true
75
75
MacroBlockBegin : ' '
76
- MacroBlockEnd : ' '
76
+ MacroBlockEnd : ' '
77
77
MaxEmptyLinesToKeep : 1
78
78
NamespaceIndentation : None
79
79
ObjCBlockIndentWidth : 2
@@ -87,7 +87,7 @@ PenaltyBreakString: 1000
87
87
PenaltyExcessCharacter : 1000000
88
88
PenaltyReturnTypeOnItsOwnLine : 60
89
89
PointerAlignment : Right
90
- ReflowComments : true
90
+ ReflowComments : true
91
91
SortIncludes : Never
92
92
SortUsingDeclarations : true
93
93
SpaceAfterCStyleCast : false
@@ -96,14 +96,14 @@ SpaceBeforeAssignmentOperators: true
96
96
SpaceBeforeParens : ControlStatements
97
97
SpaceInEmptyParentheses : false
98
98
SpacesBeforeTrailingComments : 1
99
- SpacesInAngles : false
99
+ SpacesInAngles : false
100
100
SpacesInContainerLiterals : true
101
101
SpacesInCStyleCastParentheses : false
102
102
SpacesInParentheses : false
103
103
SpacesInSquareBrackets : false
104
- Standard : c++17
105
- TabWidth : 8
106
- UseTab : Never
104
+ Standard : c++17
105
+ TabWidth : 8
106
+ UseTab : Never
107
107
IndentPPDirectives : AfterHash
108
108
...
109
109
0 commit comments