File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,16 @@ DisableFormat: false
4949ExperimentalAutoDetectBinPacking : false
5050FixNamespaceComments : true
5151# ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
52+ IncludeBlocks : Regroup
53+ IncludeCategories :
54+ - Regex : ' >$'
55+ Priority : -3
56+ - Regex : ' .h>$'
57+ Priority : -2
58+ - Regex : ' ^\".*/.*\"$'
59+ Priority : -1
60+ - Regex : ' ^\"[^/]*\"$'
61+ Priority : 0
5262IndentCaseLabels : true
5363IndentWidth : 2
5464IndentWrappedFunctionNames : false
@@ -70,7 +80,7 @@ PenaltyExcessCharacter: 1000000
7080PenaltyReturnTypeOnItsOwnLine : 200
7181PointerAlignment : Left
7282ReflowComments : false # true
73- SortIncludes : false # disabled, because we need case insensitive sort
83+ SortIncludes : true
7484SpaceAfterCStyleCast : false
7585SpaceAfterTemplateKeyword : true
7686SpaceBeforeAssignmentOperators : true
You can’t perform that action at this time.
0 commit comments