File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ AlwaysBreakBeforeMultilineStrings: true
20
20
AlwaysBreakTemplateDeclarations : true
21
21
BinPackArguments : true
22
22
BinPackParameters : true
23
- BraceWrapping :
23
+ BraceWrapping :
24
24
AfterClass : false
25
25
AfterControlStatement : false
26
26
AfterEnum : false
@@ -51,16 +51,16 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
51
51
ConstructorInitializerIndentWidth : 4
52
52
ContinuationIndentWidth : 4
53
53
Cpp11BracedListStyle : true
54
- DerivePointerAlignment : true
54
+ DerivePointerAlignment : false
55
55
DisableFormat : false
56
56
ExperimentalAutoDetectBinPacking : false
57
57
FixNamespaceComments : true
58
- ForEachMacros :
58
+ ForEachMacros :
59
59
- foreach
60
60
- Q_FOREACH
61
61
- BOOST_FOREACH
62
62
IncludeBlocks : Preserve
63
- IncludeCategories :
63
+ IncludeCategories :
64
64
- Regex : ' ^<ext/.*\.h>'
65
65
Priority : 2
66
66
- Regex : ' ^<.*\.h>'
@@ -93,9 +93,9 @@ PenaltyBreakString: 1000
93
93
PenaltyExcessCharacter : 1000000
94
94
PenaltyReturnTypeOnItsOwnLine : 200
95
95
PointerAlignment : Left
96
- RawStringFormats :
96
+ RawStringFormats :
97
97
- Language : Cpp
98
- Delimiters :
98
+ Delimiters :
99
99
- cc
100
100
- CC
101
101
- cpp
@@ -106,7 +106,7 @@ RawStringFormats:
106
106
CanonicalDelimiter : ' '
107
107
BasedOnStyle : google
108
108
- Language : TextProto
109
- Delimiters :
109
+ Delimiters :
110
110
- pb
111
111
- PB
112
112
- proto
You can’t perform that action at this time.
0 commit comments