clang-format: This did not work

I thought AlignConsecutiveDeclarations would
align function parameters, but it doesn't.
So drop it again.
This commit is contained in:
Matthias Clasen 2022-09-10 14:35:40 -04:00
parent c4766b2747
commit d28b94f0cb

View File

@ -4,7 +4,6 @@ AlwaysBreakAfterDefinitionReturnType: All
BreakBeforeBinaryOperators: None
BinPackParameters: false
SpaceAfterCStyleCast: true
AlignConsecutiveDeclarations: true
PointerAlignment: Right
# Our column limit is actually 80, but setting that results in clang-format
# making a lot of dubious hanging-indent choices; disable it and assume the