From d28b94f0cb6e6852aed587a29622e6b3783dd895 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Sep 2022 14:35:40 -0400 Subject: [PATCH] clang-format: This did not work I thought AlignConsecutiveDeclarations would align function parameters, but it doesn't. So drop it again. --- .clang-format | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2