1
1
BasedOnStyle : LLVM
2
2
AccessModifierOffset : -2
3
- AlignAfterOpenBracket : true
4
- AlignEscapedNewlinesLeft : false
5
- AlignOperands : true
3
+ AlignAfterOpenBracket : " true"
4
+ AlignEscapedNewlines : Left
5
+ AlignOperands : " true"
6
6
AlignTrailingComments : true
7
7
AllowAllParametersOfDeclarationOnNextLine : true
8
- AllowShortBlocksOnASingleLine : true
8
+ AllowShortBlocksOnASingleLine : Always
9
9
AllowShortCaseLabelsOnASingleLine : false
10
10
AllowShortFunctionsOnASingleLine : Empty
11
- AllowShortIfStatementsOnASingleLine : false
11
+ AllowShortIfStatementsOnASingleLine : " false"
12
12
AllowShortLoopsOnASingleLine : false
13
- AlwaysBreakAfterDefinitionReturnType : false
13
+ AlwaysBreakAfterDefinitionReturnType : None
14
14
AlwaysBreakBeforeMultilineStrings : true
15
- AlwaysBreakTemplateDeclarations : true
15
+ AlwaysBreakTemplateDeclarations : Yes
16
16
SpaceAfterTemplateKeyword : false
17
17
BinPackArguments : true
18
18
BinPackParameters : true
19
- BreakBeforeBinaryOperators : None
20
19
BreakBeforeBraces : Attach
21
20
BreakBeforeTernaryOperators : true
22
- BreakConstructorInitializersBeforeComma : true
23
- ColumnLimit : 80
21
+ ColumnLimit : 100
24
22
CommentPragmas : ' ^ IWYU pragma:'
25
23
ConstructorInitializerAllOnOneLineOrOnePerLine : false
26
24
ConstructorInitializerIndentWidth : 2
@@ -30,6 +28,7 @@ DerivePointerAlignment: false
30
28
DisableFormat : false
31
29
ExperimentalAutoDetectBinPacking : false
32
30
IndentCaseLabels : false
31
+ IndentRequires : true
33
32
IndentWidth : 2
34
33
IndentWrappedFunctionNames : false
35
34
KeepEmptyLinesAtTheStartOfBlocks : true
@@ -41,7 +40,7 @@ ObjCSpaceAfterProperty: false
41
40
ObjCSpaceBeforeProtocolList : true
42
41
PenaltyBreakBeforeFirstCallParameter : 19
43
42
PenaltyBreakComment : 300
44
- PenaltyBreakFirstLessLess : 80
43
+ PenaltyBreakFirstLessLess : 100
45
44
PenaltyBreakString : 1000
46
45
PenaltyExcessCharacter : 1000000
47
46
PenaltyReturnTypeOnItsOwnLine : 60
@@ -56,7 +55,13 @@ SpacesInCStyleCastParentheses: false
56
55
SpacesInContainerLiterals : true
57
56
SpacesInParentheses : true
58
57
SpacesInSquareBrackets : false
59
- Standard : Cpp11
58
+ Standard : c++17
60
59
TabWidth : 2
61
60
UseTab : ForIndentation
62
-
61
+ BreakConstructorInitializersBeforeComma : true
62
+ AllowAllConstructorInitializersOnNextLine : true
63
+ BreakInheritanceList : AfterColon
64
+ AllowAllParametersOfDeclarationOnNextLine : false
65
+ BinPackParameters : false
66
+ BinPackArguments : false
67
+ AllowAllArgumentsOnNextLine : false
0 commit comments