11---
22Language : Cpp
33AccessModifierOffset : -2
4- AlignAfterOpenBracket : Align
4+ AlignAfterOpenBracket : DontAlign
55AlignConsecutiveAssignments : false
66AlignConsecutiveDeclarations : false
77AlignEscapedNewlinesLeft : false
88AlignOperands : true
99AlignTrailingComments : true
1010AllowAllParametersOfDeclarationOnNextLine : true
11- AllowShortBlocksOnASingleLine : false
12- AllowShortCaseLabelsOnASingleLine : false
11+ AllowShortBlocksOnASingleLine : true
12+ AllowShortCaseLabelsOnASingleLine : true
1313AllowShortFunctionsOnASingleLine : Inline
14- AllowShortIfStatementsOnASingleLine : false
14+ AllowShortIfStatementsOnASingleLine : true
1515AllowShortLoopsOnASingleLine : false
1616AlwaysBreakAfterDefinitionReturnType : None
1717AlwaysBreakAfterReturnType : None
@@ -35,7 +35,7 @@ BreakBeforeBinaryOperators: None
3535BreakBeforeBraces : Custom
3636BreakBeforeTernaryOperators : false
3737BreakConstructorInitializersBeforeComma : false
38- ColumnLimit : 100
38+ ColumnLimit : 120
3939CommentPragmas : ' ^ (IWYU pragma:|NOLINT)'
4040ConstructorInitializerAllOnOneLineOrOnePerLine : false
4141ConstructorInitializerIndentWidth : 4
@@ -50,7 +50,7 @@ IncludeCategories:
5050 - Regex : ' ^"'
5151 Priority : 2
5252IndentCaseLabels : false
53- IndentWidth : 2
53+ IndentWidth : 4
5454IndentWrappedFunctionNames : false
5555KeepEmptyLinesAtTheStartOfBlocks : false
5656MacroBlockBegin : ' '
@@ -80,6 +80,6 @@ SpacesInCStyleCastParentheses: false
8080SpacesInParentheses : false
8181SpacesInSquareBrackets : false
8282Standard : Cpp11
83- TabWidth : 2
83+ TabWidth : 4
8484UseTab : Never
8585...
0 commit comments