@@ -23,13 +23,22 @@ BitFieldColonSpacing: After
23
23
BreakBeforeConceptDeclarations : ' true'
24
24
BreakBinaryOperations : RespectPrecedence
25
25
EmptyLineBeforeAccessModifier : LogicalBlock
26
+ EnumTrailingComma : Insert
27
+ FixNamespaceComments : ' true'
26
28
IndentExternBlock : Indent
27
29
IndentGotoLabels : ' false'
28
30
IndentRequiresClause : ' true'
29
31
InsertBraces : ' false'
30
32
InsertTrailingCommas : Wrapped
31
33
LambdaBodyIndentation : Signature
32
34
PPIndentWidth : 4
35
+ PenaltyBreakAssignment : 1000
36
+ PenaltyReturnTypeOnItsOwnLine : 1000
37
+ PenaltyBreakBeforeFirstCallParameter : 1000
38
+ PenaltyBreakOpenParenthesis : 1000
39
+ PenaltyBreakBeforeMemberAccess : 10
40
+ PenaltyIndentedWhitespace : 1
41
+ ContinuationIndentWidth : 2
33
42
ReferenceAlignment : Left
34
43
# RemoveBracesLLVM: 'true'
35
44
RequiresClausePosition : OwnLine
@@ -40,9 +49,18 @@ SpaceBeforeCaseColon: 'false'
40
49
AlwaysBreakAfterDefinitionReturnType : None
41
50
SpaceBeforeSquareBrackets : ' false'
42
51
SpaceInEmptyBlock : ' false'
43
- AttributeMacros : [STORMKIT_FORCE_INLINE, STORMKIT_API, STORMKIT_PRIVATE, STORMKIT_PUBLIC]
52
+ AttributeMacros : [STORMKIT_FORCE_INLINE, STORMKIT_API, STORMKIT_PRIVATE, STORMKIT_PUBLIC, STORMKIT_CONST, STORMKIT_PURE, STORMKIT_INTRINSIC ]
44
53
IfMacros : [CASE_DO, CASE_DO_RETURN, CASE, CASE_ARGS_DO]
45
54
BreakAfterAttributes : Always
55
+ Macros :
56
+ - STORMKIT_FORCE_INLINE=[[maybe_unused]]
57
+ - STORMKIT_API=[[maybe_unused]]
58
+ - STORMKIT_PRIVATE=[[maybe_unused]]
59
+ - STORMKIT_PUBLIC=[[maybe_unused]]
60
+ - STORMKIT_CONST=[[maybe_unused]]
61
+ - STORMKIT_PURE=[[maybe_unused]]
62
+ - STORMKIT_INTRINSIC=[[maybe_unused]]
63
+
46
64
QualifierAlignment : Custom
47
65
QualifierOrder : [static, inline, volatile, restrict, constexpr, const, type]
48
66
@@ -64,7 +82,6 @@ ColumnLimit: '100'
64
82
CompactNamespaces : ' true'
65
83
ConstructorInitializerAllOnOneLineOrOnePerLine : ' false'
66
84
ConstructorInitializerIndentWidth : ' 4'
67
- ContinuationIndentWidth : ' 4'
68
85
IncludeBlocks : Preserve
69
86
IndentCaseLabels : ' true'
70
87
IndentWidth : ' 4'
@@ -76,7 +93,6 @@ MaxEmptyLinesToKeep: '1'
76
93
NamespaceIndentation : All
77
94
ObjCSpaceAfterProperty : true
78
95
ObjCSpaceBeforeProtocolList : false
79
- PenaltyBreakAssignment : ' 0'
80
96
PointerAlignment : Left
81
97
SortIncludes : ' true'
82
98
SortUsingDeclarations : ' true'
@@ -91,7 +107,6 @@ SpacesInAngles: 'false'
91
107
Standard : c++20
92
108
TabWidth : ' 4'
93
109
UseTab : Never
94
- PenaltyBreakBeforeFirstCallParameter : ' 120'
95
110
---
96
111
Language : ObjC
97
112
AlignAfterOpenBracket : Align
@@ -137,8 +152,12 @@ MaxEmptyLinesToKeep: '1'
137
152
NamespaceIndentation : All
138
153
ObjCSpaceAfterProperty : true
139
154
ObjCSpaceBeforeProtocolList : false
140
- PenaltyBreakAssignment : ' 0'
141
155
PointerAlignment : Right
156
+ PenaltyBreakAssignment : 1000
157
+ PenaltyReturnTypeOnItsOwnLine : 1000
158
+ PenaltyBreakBeforeFirstCallParameter : 1000
159
+ PenaltyBreakOpenParenthesis : 1000
160
+ PenaltyBreakBeforeMemberAccess : 10
142
161
SortIncludes : ' true'
143
162
SortUsingDeclarations : ' true'
144
163
SpaceAfterTemplateKeyword : ' false'
@@ -152,7 +171,6 @@ SpacesInAngles: 'false'
152
171
Standard : c++20
153
172
TabWidth : ' 4'
154
173
UseTab : Never
155
- PenaltyBreakBeforeFirstCallParameter : ' 120'
156
174
PenaltyIndentedWhitespace : ' 1'
157
175
QualifierAlignment : Custom
158
176
QualifierOrder : [static, inline, volatile, restrict, constexpr, const, type]
0 commit comments