1
1
---
2
2
AccessModifierOffset : -4
3
- AlignEscapedNewlinesLeft : true
3
+ AlignEscapedNewlines : Left
4
4
AlignTrailingComments : true
5
5
AllowAllParametersOfDeclarationOnNextLine : true
6
6
# Requires Clang-Format 10+
7
- # AllowShortBlocksOnASingleLine: ' Empty'
8
- AllowShortFunctionsOnASingleLine : false
9
- AllowShortIfStatementsOnASingleLine : true
7
+ # AllowShortBlocksOnASingleLine: Empty
8
+ AllowShortFunctionsOnASingleLine : None
9
+ AllowShortIfStatementsOnASingleLine : Always
10
10
AllowShortLoopsOnASingleLine : false
11
11
AlwaysBreakBeforeMultilineStrings : false
12
- AlwaysBreakTemplateDeclarations : true
12
+ AlwaysBreakTemplateDeclarations : Yes
13
13
BinPackParameters : true
14
- BreakBeforeBinaryOperators : false
14
+ BreakBeforeBinaryOperators : None
15
15
BreakBeforeBraces : Attach
16
16
BreakBeforeTernaryOperators : false
17
17
BreakConstructorInitializersBeforeComma : false
@@ -20,10 +20,10 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: false
20
20
ConstructorInitializerIndentWidth : 4
21
21
ContinuationIndentWidth : 4
22
22
Cpp11BracedListStyle : true
23
- DerivePointerBinding : false
23
+ DerivePointerAlignment : false
24
24
ExperimentalAutoDetectBinPacking : false
25
25
IndentCaseLabels : false
26
- IndentFunctionDeclarationAfterType : false
26
+ IndentWrappedFunctionNames : false
27
27
IndentWidth : 4
28
28
MaxEmptyLinesToKeep : 1
29
29
NamespaceIndentation : None
@@ -34,8 +34,8 @@ PenaltyBreakFirstLessLess: 120
34
34
PenaltyBreakString : 1000
35
35
PenaltyExcessCharacter : 1000000
36
36
PenaltyReturnTypeOnItsOwnLine : 60
37
- PointerBindsToType : false
38
- SpaceAfterControlStatementKeyword : true
37
+ PointerAlignment : Right
38
+ SpaceBeforeParens : ControlStatements
39
39
SpaceAfterCStyleCast : false
40
40
SpaceAfterTemplateKeyword : false
41
41
SpaceBeforeAssignmentOperators : true
0 commit comments