1
1
---
2
2
Language : Cpp
3
3
AccessModifierOffset : -2
4
- AlignAfterOpenBracket : Align
4
+ AlignAfterOpenBracket : DontAlign
5
5
AlignConsecutiveAssignments : false
6
6
AlignConsecutiveDeclarations : false
7
7
AlignEscapedNewlinesLeft : false
8
8
AlignOperands : true
9
9
AlignTrailingComments : true
10
10
AllowAllParametersOfDeclarationOnNextLine : true
11
- AllowShortBlocksOnASingleLine : false
12
- AllowShortCaseLabelsOnASingleLine : false
11
+ AllowShortBlocksOnASingleLine : true
12
+ AllowShortCaseLabelsOnASingleLine : true
13
13
AllowShortFunctionsOnASingleLine : Inline
14
- AllowShortIfStatementsOnASingleLine : false
14
+ AllowShortIfStatementsOnASingleLine : true
15
15
AllowShortLoopsOnASingleLine : false
16
16
AlwaysBreakAfterDefinitionReturnType : None
17
17
AlwaysBreakAfterReturnType : None
@@ -35,7 +35,7 @@ BreakBeforeBinaryOperators: None
35
35
BreakBeforeBraces : Custom
36
36
BreakBeforeTernaryOperators : false
37
37
BreakConstructorInitializersBeforeComma : false
38
- ColumnLimit : 100
38
+ ColumnLimit : 120
39
39
CommentPragmas : ' ^ (IWYU pragma:|NOLINT)'
40
40
ConstructorInitializerAllOnOneLineOrOnePerLine : false
41
41
ConstructorInitializerIndentWidth : 4
@@ -50,7 +50,7 @@ IncludeCategories:
50
50
- Regex : ' ^"'
51
51
Priority : 2
52
52
IndentCaseLabels : false
53
- IndentWidth : 2
53
+ IndentWidth : 4
54
54
IndentWrappedFunctionNames : false
55
55
KeepEmptyLinesAtTheStartOfBlocks : false
56
56
MacroBlockBegin : ' '
@@ -80,6 +80,6 @@ SpacesInCStyleCastParentheses: false
80
80
SpacesInParentheses : false
81
81
SpacesInSquareBrackets : false
82
82
Standard : Cpp11
83
- TabWidth : 2
83
+ TabWidth : 4
84
84
UseTab : Never
85
85
...
0 commit comments