1
1
---
2
- Language : Cpp
2
+ Language : Cpp
3
3
# BasedOnStyle: LLVM
4
4
AccessModifierOffset : -2
5
5
AlignAfterOpenBracket : Align
6
6
AlignConsecutiveMacros : false
7
7
AlignConsecutiveAssignments : false
8
8
AlignConsecutiveDeclarations : false
9
9
AlignEscapedNewlines : Right
10
- AlignOperands : true
10
+ AlignOperands : true
11
11
AlignTrailingComments : true
12
12
AllowAllArgumentsOnNextLine : true
13
13
AllowAllConstructorInitializersOnNextLine : true
@@ -25,19 +25,19 @@ AlwaysBreakTemplateDeclarations: Yes
25
25
BinPackArguments : true
26
26
BinPackParameters : true
27
27
BraceWrapping :
28
- AfterCaseLabel : false
29
- AfterClass : false
28
+ AfterCaseLabel : false
29
+ AfterClass : false
30
30
AfterControlStatement : false
31
- AfterEnum : false
32
- AfterFunction : false
33
- AfterNamespace : false
31
+ AfterEnum : false
32
+ AfterFunction : false
33
+ AfterNamespace : false
34
34
AfterObjCDeclaration : false
35
- AfterStruct : false
36
- AfterUnion : false
35
+ AfterStruct : false
36
+ AfterUnion : false
37
37
AfterExternBlock : false
38
- BeforeCatch : false
39
- BeforeElse : false
40
- IndentBraces : false
38
+ BeforeCatch : false
39
+ BeforeElse : false
40
+ IndentBraces : false
41
41
SplitEmptyFunction : true
42
42
SplitEmptyRecord : true
43
43
SplitEmptyNamespace : true
@@ -50,48 +50,48 @@ BreakConstructorInitializersBeforeComma: false
50
50
BreakConstructorInitializers : BeforeColon
51
51
BreakAfterJavaFieldAnnotations : false
52
52
BreakStringLiterals : true
53
- ColumnLimit : 100
54
- CommentPragmas : ' ^ IWYU pragma:'
53
+ ColumnLimit : 100
54
+ CommentPragmas : " ^ IWYU pragma:"
55
55
CompactNamespaces : false
56
56
ConstructorInitializerAllOnOneLineOrOnePerLine : false
57
57
ConstructorInitializerIndentWidth : 4
58
58
ContinuationIndentWidth : 4
59
59
Cpp11BracedListStyle : true
60
60
DeriveLineEnding : true
61
61
DerivePointerAlignment : false
62
- DisableFormat : false
62
+ DisableFormat : false
63
63
ExperimentalAutoDetectBinPacking : false
64
64
FixNamespaceComments : true
65
65
ForEachMacros :
66
66
- foreach
67
67
- Q_FOREACH
68
68
- BOOST_FOREACH
69
- IncludeBlocks : Preserve
69
+ IncludeBlocks : Preserve
70
70
IncludeCategories :
71
- - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
72
- Priority : 2
73
- SortPriority : 0
74
- - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
75
- Priority : 1
76
- SortPriority : 0
77
- - Regex : ' .* '
78
- Priority : 3
79
- SortPriority : 0
80
- - Regex : ' ^(src|wasm-compiler)/'
81
- Priority : 4
82
- SortPriority : 0
83
- IncludeIsMainRegex : ' (Test)?$'
84
- IncludeIsMainSourceRegex : ' '
71
+ - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
72
+ Priority : 2
73
+ SortPriority : 0
74
+ - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
75
+ Priority : 1
76
+ SortPriority : 0
77
+ - Regex : " .* "
78
+ Priority : 3
79
+ SortPriority : 0
80
+ - Regex : " ^(src|wasm-compiler)/"
81
+ Priority : 4
82
+ SortPriority : 0
83
+ IncludeIsMainRegex : " (Test)?$"
84
+ IncludeIsMainSourceRegex : " "
85
85
IndentCaseLabels : false
86
86
IndentGotoLabels : true
87
87
IndentPPDirectives : None
88
- IndentWidth : 2
88
+ IndentWidth : 2
89
89
IndentWrappedFunctionNames : false
90
90
JavaScriptQuotes : Leave
91
91
JavaScriptWrapImports : true
92
92
KeepEmptyLinesAtTheStartOfBlocks : true
93
- MacroBlockBegin : ' '
94
- MacroBlockEnd : ' '
93
+ MacroBlockBegin : " "
94
+ MacroBlockEnd : " "
95
95
MaxEmptyLinesToKeep : 1
96
96
NamespaceIndentation : None
97
97
ObjCBinPackProtocolList : Auto
@@ -107,8 +107,8 @@ PenaltyBreakTemplateDeclaration: 10
107
107
PenaltyExcessCharacter : 1000000
108
108
PenaltyReturnTypeOnItsOwnLine : 60
109
109
PointerAlignment : Right
110
- ReflowComments : true
111
- SortIncludes : true
110
+ ReflowComments : true
111
+ SortIncludes : true
112
112
SortUsingDeclarations : true
113
113
SpaceAfterCStyleCast : false
114
114
SpaceAfterLogicalNot : false
@@ -122,19 +122,19 @@ SpaceBeforeRangeBasedForLoopColon: true
122
122
SpaceInEmptyBlock : false
123
123
SpaceInEmptyParentheses : false
124
124
SpacesBeforeTrailingComments : 1
125
- SpacesInAngles : false
125
+ SpacesInAngles : false
126
126
SpacesInConditionalStatement : false
127
127
SpacesInContainerLiterals : true
128
128
SpacesInCStyleCastParentheses : false
129
129
SpacesInParentheses : false
130
130
SpacesInSquareBrackets : false
131
131
SpaceBeforeSquareBrackets : false
132
- Standard : Latest
132
+ Standard : Latest
133
133
StatementMacros :
134
134
- Q_UNUSED
135
135
- QT_REQUIRE_VERSION
136
- TabWidth : 8
137
- UseCRLF : false
138
- UseTab : Never
139
- ...
136
+ TabWidth : 8
137
+ UseCRLF : false
138
+ UseTab : Never
139
+ ---
140
140
0 commit comments