File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ AlwaysBreakBeforeMultilineStrings: true
66AlignAfterOpenBracket : AlwaysBreak
77AllowAllArgumentsOnNextLine : false
88AllowAllParametersOfDeclarationOnNextLine : false
9+ AllowShortIfStatementsOnASingleLine : Never
910AllowShortFunctionsOnASingleLine : Inline
1011AlwaysBreakTemplateDeclarations : Yes
1112BinPackArguments : false
@@ -23,6 +24,16 @@ SpaceAfterTemplateKeyword: false
2324SpaceInEmptyBlock : false
2425SpacesInContainerLiterals : false
2526PointerAlignment : Left
26- UseTab : false
27- IndentWidth : 4
28- ...
27+ TabWidth : ' 4'
28+ UseTab : ForContinuationAndIndentation
29+
30+ SortIncludes : true
31+ IncludeBlocks : Regroup
32+ IncludeCategories :
33+ - Regex : ' ^"(.*)"$'
34+ Priority : 1
35+ - Regex : ' ^<[^>]*\.(h|hpp)>$'
36+ Priority : 3
37+ - Regex : ' ^<.*>$'
38+ Priority : 2
39+ ...
You can’t perform that action at this time.
0 commit comments