@@ -4,11 +4,11 @@ Language: Cpp
44AccessModifierOffset : -4
55AlignAfterOpenBracket : AlwaysBreak
66AlignConsecutiveMacros : AcrossEmptyLinesAndComments
7- AlignConsecutiveAssignments : AcrossEmptyLinesAndComments
7+ AlignConsecutiveAssignments : None
88AlignConsecutiveBitFields : AcrossEmptyLinesAndComments
99AlignConsecutiveDeclarations : None
1010AlignEscapedNewlines : Right
11- AlignOperands : true
11+ AlignOperands : AlignAfterOperator
1212AlignTrailingComments : true
1313AllowAllArgumentsOnNextLine : true
1414AllowAllConstructorInitializersOnNextLine : false
@@ -45,7 +45,7 @@ BraceWrapping:
4545 SplitEmptyFunction : true
4646 SplitEmptyRecord : true
4747 SplitEmptyNamespace : true
48- BreakBeforeBinaryOperators : None
48+ BreakBeforeBinaryOperators : All
4949BreakBeforeBraces : Custom
5050BreakBeforeInheritanceComma : true
5151BreakInheritanceList : BeforeComma
@@ -70,7 +70,7 @@ ForEachMacros:
7070 - foreach
7171 - Q_FOREACH
7272 - BOOST_FOREACH
73- IncludeBlocks : Preserve
73+ IncludeBlocks : Regroup
7474IncludeCategories :
7575 - Regex : ' ^<boost/gil'
7676 Priority : 1
@@ -85,7 +85,7 @@ IncludeIsMainSourceRegex: ''
8585IndentCaseLabels : false
8686IndentCaseBlocks : false
8787IndentGotoLabels : true
88- IndentPPDirectives : None
88+ IndentPPDirectives : AfterHash
8989IndentExternBlock : AfterExternBlock
9090IndentWidth : 4
9191IndentWrappedFunctionNames : true
@@ -109,7 +109,7 @@ PenaltyBreakFirstLessLess: 120
109109PenaltyBreakString : 10
110110PenaltyBreakTemplateDeclaration : 10
111111PenaltyExcessCharacter : 100
112- PenaltyReturnTypeOnItsOwnLine : 100
112+ PenaltyReturnTypeOnItsOwnLine : 500
113113PointerAlignment : Left
114114ReflowComments : false
115115SortIncludes : true
0 commit comments