File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11BasedOnStyle : Google
22AccessModifierOffset : -1
33ConstructorInitializerIndentWidth : 4
4- AlignEscapedNewlinesLeft : true
54AlignTrailingComments : true
65AllowAllParametersOfDeclarationOnNextLine : true
76AllowShortIfStatementsOnASingleLine : true
@@ -13,7 +12,7 @@ BreakConstructorInitializersBeforeComma: false
1312BinPackParameters : true
1413ColumnLimit : 80
1514ConstructorInitializerAllOnOneLineOrOnePerLine : true
16- DerivePointerBinding : true
15+ DerivePointerAlignment : false
1716ExperimentalAutoDetectBinPacking : false
1817IndentCaseLabels : true
1918MaxEmptyLinesToKeep : 1
@@ -23,16 +22,15 @@ PenaltyBreakString: 1000
2322PenaltyBreakFirstLessLess : 120
2423PenaltyExcessCharacter : 1000000
2524PenaltyReturnTypeOnItsOwnLine : 200
26- PointerBindsToType : true
25+ PointerAlignment : Right
2726SpacesBeforeTrailingComments : 2
2827Cpp11BracedListStyle : true
2928Standard : Auto
3029IndentWidth : 2
3130TabWidth : 4
3231UseTab : false
3332BreakBeforeBraces : Attach
34- IndentFunctionDeclarationAfterType : true
33+ SortIncludes : false
3534SpacesInParentheses : false
3635SpaceInEmptyParentheses : false
3736SpacesInCStyleCastParentheses : false
38- SpaceAfterControlStatementKeyword : true
You can’t perform that action at this time.
0 commit comments