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
22
22
AllowShortLambdasOnASingleLine : Inline
23
23
AllowShortLoopsOnASingleLine : false
24
24
AlwaysBreakBeforeMultilineStrings : true
25
- BinPackArguments : true
26
- BinPackParameters : true # OnePerLine
25
+ BinPackArguments : false
26
+ BinPackParameters : false # OnePerLine
27
27
BitFieldColonSpacing : Both
28
28
BreakBeforeBraces : Custom # Attach
29
29
BraceWrapping :
@@ -70,15 +70,18 @@ ExperimentalAutoDetectBinPacking: false
70
70
FixNamespaceComments : true
71
71
IncludeBlocks : Regroup
72
72
IncludeCategories :
73
- - Regex : ' ^<.*\.h> '
73
+ - Regex : ' ".*" '
74
74
Priority : 1
75
75
SortPriority : 0
76
- - Regex : ' ^<.*'
76
+ - Regex : ' ^<.*\.h> '
77
77
Priority : 2
78
78
SortPriority : 0
79
- - Regex : ' .*'
79
+ - Regex : ' ^< .*'
80
80
Priority : 3
81
81
SortPriority : 0
82
+ - Regex : ' .*'
83
+ Priority : 4
84
+ SortPriority : 0
82
85
IncludeIsMainRegex : ' ([-_](test|unittest))?$'
83
86
IncludeIsMainSourceRegex : ' '
84
87
IndentAccessModifiers : false
You can’t perform that action at this time.
0 commit comments