File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 11BasedOnStyle : LLVM
2-
3- IndentWidth : 4
4-
2+ AccessModifierOffset : -4
3+ AlignAfterOpenBracket : DontAlign
4+ AlignEscapedNewlines : LeftWithLastLine
5+ AlignTrailingComments : Leave
6+ AllowShortCaseExpressionOnASingleLine : false
7+ AllowShortFunctionsOnASingleLine : Inline
8+ AllowShortIfStatementsOnASingleLine : Never
59BreakAfterReturnType : ExceptShortType
610BreakBeforeBraces : Custom
11+ BreakConstructorInitializers : AfterColon
12+ BreakStringLiterals : false
713BraceWrapping :
814 AfterCaseLabel : true
915 AfterFunction : true
@@ -13,23 +19,13 @@ BraceWrapping:
1319 AfterNamespace : false
1420 BeforeElse : true
1521 IndentBraces : false
16-
17- # Don’t reflow or wrap lines
18- ColumnLimit : 0
19-
20- # Leave initializer lists alone
22+ ColumnLimit : 80
2123Cpp11BracedListStyle : False
22-
23- AllowShortCaseExpressionOnASingleLine : true
24- AllowShortIfStatementsOnASingleLine : WithoutElse
25-
26- # Switch/case
27- IndentCaseLabels : true
24+ IndentCaseLabels : false
2825IndentCaseBlocks : true
29-
3026IndentPPDirectives : BeforeHash
31-
27+ IndentWidth : 4
3228PointerAlignment : Left
33-
34- SortIncludes : false
29+ ReflowComments : IndentOnly
3530SpaceInEmptyBlock : true
31+ SpacesBeforeTrailingComments : 3
You can’t perform that action at this time.
0 commit comments