@@ -14,13 +14,13 @@ AlignTrailingComments: true
14
14
AllowAllArgumentsOnNextLine : true
15
15
AllowAllConstructorInitializersOnNextLine : true
16
16
AllowAllParametersOfDeclarationOnNextLine : true
17
- AllowShortEnumsOnASingleLine : true
18
- AllowShortBlocksOnASingleLine : Always
19
- AllowShortCaseLabelsOnASingleLine : false
17
+ AllowShortEnumsOnASingleLine : false
18
+ AllowShortBlocksOnASingleLine : Empty
19
+ AllowShortCaseLabelsOnASingleLine : true
20
20
AllowShortFunctionsOnASingleLine : All
21
21
AllowShortLambdasOnASingleLine : All
22
- AllowShortIfStatementsOnASingleLine : WithoutElse
23
- AllowShortLoopsOnASingleLine : true
22
+ AllowShortIfStatementsOnASingleLine : Never
23
+ AllowShortLoopsOnASingleLine : false
24
24
AlwaysBreakAfterReturnType : None
25
25
AlwaysBreakBeforeMultilineStrings : false
26
26
AlwaysBreakTemplateDeclarations : Yes
@@ -67,10 +67,7 @@ DeriveLineEnding: false
67
67
DerivePointerAlignment : false
68
68
DisableFormat : false
69
69
EmptyLineBeforeAccessModifier : Always
70
- # ---
71
- # only in v13+
72
- # EmptyLineAfterAccessModifier: Leave
73
- # ---
70
+ EmptyLineAfterAccessModifier : Leave
74
71
ExperimentalAutoDetectBinPacking : false
75
72
FixNamespaceComments : true
76
73
IncludeBlocks : Preserve
@@ -89,10 +86,7 @@ IncludeCategories:
89
86
CaseSensitive : false
90
87
IncludeIsMainRegex : " (Test)?$"
91
88
IncludeIsMainSourceRegex : " "
92
- # ---
93
- # only in v13+
94
- # IndentAccessModifiers: false
95
- # ---
89
+ IndentAccessModifiers : false
96
90
IndentCaseLabels : true
97
91
IndentCaseBlocks : false
98
92
IndentGotoLabels : false
@@ -117,15 +111,12 @@ PenaltyExcessCharacter: 1000000
117
111
PenaltyReturnTypeOnItsOwnLine : 60
118
112
PenaltyIndentedWhitespace : 0
119
113
PointerAlignment : Left
120
- # ---
121
- # only in v13+
122
- # ReferenceAlignment: Right
123
- # ---
114
+ ReferenceAlignment : Pointer
124
115
ReflowComments : true
125
- # ---
126
- # only in v13+
127
- # ShortNamespaceLines : 0
128
- # ---
116
+ SpacesInLineCommentPrefix :
117
+ Maximum : -1
118
+ Minimum : 0
119
+ ShortNamespaceLines : 0
129
120
# Sort**** is about sorting include/using statements alphabetically
130
121
SortIncludes : false
131
122
SortUsingDeclarations : false
0 commit comments