File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 27
27
AccessModifierOffset : -4
28
28
AlignAfterOpenBracket : AlwaysBreak
29
29
AlignEscapedNewlines : Left
30
- AlignOperands : false
30
+ AlignOperands : false
31
31
AllowShortFunctionsOnASingleLine : None
32
32
AlwaysBreakBeforeMultilineStrings : true
33
33
AlwaysBreakTemplateDeclarations : Yes
34
34
BinPackArguments : false
35
35
BinPackParameters : false
36
36
BraceWrapping :
37
- AfterEnum : false
37
+ AfterEnum : false
38
38
SplitEmptyFunction : false
39
39
SplitEmptyRecord : false
40
40
SplitEmptyNamespace : false
41
41
BreakBeforeBraces : Custom
42
- BreakInheritanceList : BeforeComma
43
42
BreakBeforeTernaryOperators : false
43
+ BreakInheritanceList : BeforeComma
44
44
BreakStringLiterals : false
45
- ColumnLimit : 109
45
+ ColumnLimit : 109
46
46
CompactNamespaces : true
47
47
ConstructorInitializerAllOnOneLineOrOnePerLine : true
48
48
ConstructorInitializerIndentWidth : 8
@@ -107,7 +107,7 @@ ForEachMacros:
107
107
- STRV_FOREACH_BACKWARDS
108
108
- STRV_FOREACH_PAIR
109
109
IndentPPDirectives : AfterHash
110
- IndentWidth : 8
110
+ IndentWidth : 8
111
111
IndentWrappedFunctionNames : true
112
112
MaxEmptyLinesToKeep : 2
113
113
PenaltyBreakAssignment : 65
@@ -117,8 +117,10 @@ PenaltyBreakFirstLessLess: 50
117
117
PenaltyBreakString : 0
118
118
PenaltyExcessCharacter : 10
119
119
PenaltyReturnTypeOnItsOwnLine : 100
120
+ PointerAlignment : Right
120
121
SpaceAfterCStyleCast : true
122
+ SpaceAroundPointerQualifiers : Both
121
123
SpaceBeforeParens : ControlStatementsExceptForEachMacros
122
- SpacesInAngles : true
123
- TabWidth : 8
124
- UseCRLF : false
124
+ SpacesInAngles : true
125
+ TabWidth : 8
126
+ UseCRLF : false
You can’t perform that action at this time.
0 commit comments