Skip to content

Commit 85db031

Browse files
authored
Merge pull request #31 from cortex-command-community/janisozaur-patch-1
Fix .clang-format `StatementMacros`
2 parents f7c8d9b + 3c28249 commit 85db031

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.clang-format

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ ForEachMacros:
5050
- foreach
5151
- Q_FOREACH
5252
- BOOST_FOREACH
53-
StatementMacros:
54-
- SerializableClassNameGetter
55-
- SerializableOverrideMethods
56-
- ClassInfoGetters
5753
IncludeBlocks: Preserve
5854
IndentCaseLabels: true
5955
IndentGotoLabels: true
@@ -98,6 +94,9 @@ SpaceBeforeSquareBrackets: false
9894
#InsertNewlineAtEOF: true
9995
Standard: c++17
10096
StatementMacros:
97+
- SerializableClassNameGetter
98+
- SerializableOverrideMethods
99+
- ClassInfoGetters
101100
- Q_UNUSED
102101
- QT_REQUIRE_VERSION
103102
TabWidth: 4

0 commit comments

Comments
 (0)