diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-09-10 14:35:40 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-09-10 14:35:40 -0400 |
commit | d28b94f0cb6e6852aed587a29622e6b3783dd895 (patch) | |
tree | 8834659e1fabf8cf1e8897686561c42ab19ec4f1 | |
parent | c4766b27475166e6e597ba12f0603d146eeff233 (diff) | |
download | gtk+-d28b94f0cb6e6852aed587a29622e6b3783dd895.tar.gz |
clang-format: This did not work
I thought AlignConsecutiveDeclarations would
align function parameters, but it doesn't.
So drop it again.
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
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 |