@@ -4,11 +4,11 @@ Language: Cpp
4
4
AccessModifierOffset : -4
5
5
AlignAfterOpenBracket : AlwaysBreak
6
6
AlignConsecutiveMacros : AcrossEmptyLinesAndComments
7
- AlignConsecutiveAssignments : AcrossEmptyLinesAndComments
7
+ AlignConsecutiveAssignments : None
8
8
AlignConsecutiveBitFields : AcrossEmptyLinesAndComments
9
9
AlignConsecutiveDeclarations : None
10
10
AlignEscapedNewlines : Right
11
- AlignOperands : true
11
+ AlignOperands : AlignAfterOperator
12
12
AlignTrailingComments : true
13
13
AllowAllArgumentsOnNextLine : true
14
14
AllowAllConstructorInitializersOnNextLine : false
@@ -45,7 +45,7 @@ BraceWrapping:
45
45
SplitEmptyFunction : true
46
46
SplitEmptyRecord : true
47
47
SplitEmptyNamespace : true
48
- BreakBeforeBinaryOperators : None
48
+ BreakBeforeBinaryOperators : All
49
49
BreakBeforeBraces : Custom
50
50
BreakBeforeInheritanceComma : true
51
51
BreakInheritanceList : BeforeComma
@@ -70,7 +70,7 @@ ForEachMacros:
70
70
- foreach
71
71
- Q_FOREACH
72
72
- BOOST_FOREACH
73
- IncludeBlocks : Preserve
73
+ IncludeBlocks : Regroup
74
74
IncludeCategories :
75
75
- Regex : ' ^<boost/gil'
76
76
Priority : 1
@@ -85,7 +85,7 @@ IncludeIsMainSourceRegex: ''
85
85
IndentCaseLabels : false
86
86
IndentCaseBlocks : false
87
87
IndentGotoLabels : true
88
- IndentPPDirectives : None
88
+ IndentPPDirectives : AfterHash
89
89
IndentExternBlock : AfterExternBlock
90
90
IndentWidth : 4
91
91
IndentWrappedFunctionNames : true
@@ -109,7 +109,7 @@ PenaltyBreakFirstLessLess: 120
109
109
PenaltyBreakString : 10
110
110
PenaltyBreakTemplateDeclaration : 10
111
111
PenaltyExcessCharacter : 100
112
- PenaltyReturnTypeOnItsOwnLine : 100
112
+ PenaltyReturnTypeOnItsOwnLine : 500
113
113
PointerAlignment : Left
114
114
ReflowComments : false
115
115
SortIncludes : true
0 commit comments