clang-format: Enable skipping of macro definitions for clang-format 19
Without this setting many multi-line macro definitions in the code-base would have been reformatted. As many of those definitions are formatted in a bespoke way to ensure legibility, changing their format would be detrimental to that specific goal.
This commit is contained in:
parent
6282384977
commit
b3ab792916
@ -81,6 +81,7 @@ PenaltyReturnTypeOnItsOwnLine: 60
|
|||||||
|
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
|
SkipMacroDefinitionBody: true
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
SortUsingDeclarations: false
|
SortUsingDeclarations: false
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user