@@ -59,6 +59,7 @@ Cpp11BracedListStyle: true
59
59
DeriveLineEnding : false
60
60
DerivePointerAlignment : false
61
61
DisableFormat : false
62
+ EmptyLineAfterAccessModifier : Never
62
63
ExperimentalAutoDetectBinPacking : true
63
64
FixNamespaceComments : false
64
65
ForEachMacros :
@@ -78,6 +79,7 @@ IncludeCategories:
78
79
SortPriority : 0
79
80
IncludeIsMainRegex : ' (Test)?$'
80
81
IncludeIsMainSourceRegex : ' '
82
+ IndentAccessModifiers : false
81
83
IndentCaseLabels : true
82
84
IndentGotoLabels : true
83
85
IndentPPDirectives : BeforeHash
@@ -92,6 +94,7 @@ MacroBlockBegin: ''
92
94
MacroBlockEnd : ' '
93
95
MaxEmptyLinesToKeep : 1
94
96
NamespaceIndentation : All
97
+ PackConstructorInitializers : NextLine
95
98
PenaltyBreakAssignment : 2
96
99
PenaltyBreakBeforeFirstCallParameter : 19
97
100
PenaltyBreakComment : 300
@@ -101,7 +104,9 @@ PenaltyBreakTemplateDeclaration: 10
101
104
PenaltyExcessCharacter : 1000000
102
105
PenaltyReturnTypeOnItsOwnLine : 60
103
106
PointerAlignment : Left
107
+ ReferenceAlignment : Pointer
104
108
ReflowComments : true
109
+ SeparateDefinitionBlocks : Always
105
110
SortIncludes : false
106
111
SortUsingDeclarations : true
107
112
SpaceAfterCStyleCast : true
@@ -123,7 +128,7 @@ SpacesInCStyleCastParentheses: false
123
128
SpacesInParentheses : false
124
129
SpacesInSquareBrackets : false
125
130
SpaceBeforeSquareBrackets : false
126
- # Needs new Clang: SpaceAroundPointerQualifiers: After
131
+ SpaceAroundPointerQualifiers : Default
127
132
Standard : Latest
128
133
StatementMacros :
129
134
- Q_UNUSED
0 commit comments