File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ AllowShortIfStatementsOnASingleLine: Never
2222AllowShortLambdasOnASingleLine : Inline
2323AllowShortLoopsOnASingleLine : false
2424AlwaysBreakBeforeMultilineStrings : true
25- BinPackArguments : true
26- BinPackParameters : true # OnePerLine
25+ BinPackArguments : false
26+ BinPackParameters : false # OnePerLine
2727BitFieldColonSpacing : Both
2828BreakBeforeBraces : Custom # Attach
2929BraceWrapping :
@@ -70,15 +70,18 @@ ExperimentalAutoDetectBinPacking: false
7070FixNamespaceComments : true
7171IncludeBlocks : Regroup
7272IncludeCategories :
73- - Regex : ' ^<.*\.h> '
73+ - Regex : ' ".*" '
7474 Priority : 1
7575 SortPriority : 0
76- - Regex : ' ^<.*'
76+ - Regex : ' ^<.*\.h> '
7777 Priority : 2
7878 SortPriority : 0
79- - Regex : ' .*'
79+ - Regex : ' ^< .*'
8080 Priority : 3
8181 SortPriority : 0
82+ - Regex : ' .*'
83+ Priority : 4
84+ SortPriority : 0
8285IncludeIsMainRegex : ' ([-_](test|unittest))?$'
8386IncludeIsMainSourceRegex : ' '
8487IndentAccessModifiers : false
You can’t perform that action at this time.
0 commit comments