@@ -18,10 +18,10 @@ AllowShortLoopsOnASingleLine: false
18
18
AlwaysBreakAfterDefinitionReturnType : None
19
19
AlwaysBreakAfterReturnType : None
20
20
AlwaysBreakBeforeMultilineStrings : false
21
- AlwaysBreakTemplateDeclarations : MultiLine
21
+ # AlwaysBreakTemplateDeclarations: MultiLine
22
22
BinPackArguments : true
23
23
BinPackParameters : true
24
- BraceWrapping :
24
+ BraceWrapping :
25
25
AfterClass : true
26
26
AfterControlStatement : true
27
27
AfterEnum : true
@@ -40,7 +40,7 @@ BraceWrapping:
40
40
BreakBeforeBinaryOperators : None
41
41
BreakBeforeBraces : Allman
42
42
BreakBeforeInheritanceComma : false
43
- BreakInheritanceList : BeforeColon
43
+ # BreakInheritanceList: BeforeColon
44
44
BreakBeforeTernaryOperators : true
45
45
BreakConstructorInitializersBeforeComma : false
46
46
BreakConstructorInitializers : BeforeColon
@@ -57,12 +57,12 @@ DerivePointerAlignment: false
57
57
DisableFormat : false
58
58
ExperimentalAutoDetectBinPacking : false
59
59
FixNamespaceComments : true
60
- ForEachMacros :
60
+ ForEachMacros :
61
61
- foreach
62
62
- Q_FOREACH
63
63
- BOOST_FOREACH
64
64
IncludeBlocks : Preserve
65
- IncludeCategories :
65
+ IncludeCategories :
66
66
- Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
67
67
Priority : 2
68
68
- Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
@@ -81,7 +81,7 @@ MacroBlockBegin: ''
81
81
MacroBlockEnd : ' '
82
82
MaxEmptyLinesToKeep : 1
83
83
NamespaceIndentation : None
84
- ObjCBinPackProtocolList : Auto
84
+ # ObjCBinPackProtocolList: Auto
85
85
ObjCBlockIndentWidth : 2
86
86
ObjCSpaceAfterProperty : false
87
87
ObjCSpaceBeforeProtocolList : true
@@ -90,21 +90,21 @@ PenaltyBreakBeforeFirstCallParameter: 19
90
90
PenaltyBreakComment : 300
91
91
PenaltyBreakFirstLessLess : 120
92
92
PenaltyBreakString : 1000
93
- PenaltyBreakTemplateDeclaration : 10
93
+ # PenaltyBreakTemplateDeclaration: 10
94
94
PenaltyExcessCharacter : 1000000
95
95
PenaltyReturnTypeOnItsOwnLine : 60
96
96
PointerAlignment : Left
97
97
ReflowComments : true
98
98
SortIncludes : true
99
99
SortUsingDeclarations : true
100
100
SpaceAfterCStyleCast : false
101
- SpaceAfterTemplateKeyword : true
102
- SpaceBeforeAssignmentOperators : true
103
- SpaceBeforeCpp11BracedList : false
104
- SpaceBeforeCtorInitializerColon : true
105
- SpaceBeforeInheritanceColon : true
101
+ # SpaceAfterTemplateKeyword: true
102
+ # SpaceBeforeAssignmentOperators: true
103
+ # SpaceBeforeCpp11BracedList: false
104
+ # SpaceBeforeCtorInitializerColon: true
105
+ # SpaceBeforeInheritanceColon: true
106
106
SpaceBeforeParens : ControlStatements
107
- SpaceBeforeRangeBasedForLoopColon : true
107
+ # SpaceBeforeRangeBasedForLoopColon: true
108
108
SpaceInEmptyParentheses : false
109
109
SpacesBeforeTrailingComments : 1
110
110
SpacesInAngles : false
@@ -113,10 +113,9 @@ SpacesInCStyleCastParentheses: false
113
113
SpacesInParentheses : false
114
114
SpacesInSquareBrackets : false
115
115
Standard : Cpp11
116
- StatementMacros :
117
- - Q_UNUSED
118
- - QT_REQUIRE_VERSION
116
+ # StatementMacros:
117
+ # - Q_UNUSED
118
+ # - QT_REQUIRE_VERSION
119
119
TabWidth : 8
120
120
UseTab : Never
121
121
...
122
-
0 commit comments