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