From: Matthias Clasen Date: Sat, 10 Sep 2022 18:35:40 +0000 (-0400) Subject: clang-format: This did not work X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~2^2~9^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d28b94f0cb6e6852aed587a29622e6b3783dd895;p=gtk4.git clang-format: This did not work I thought AlignConsecutiveDeclarations would align function parameters, but it doesn't. So drop it again. --- diff --git a/.clang-format b/.clang-format index 51e8ce8d5b..c00b9e370b 100644 --- a/.clang-format +++ b/.clang-format @@ -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