[gtk/matthiasc/for-main: 115/115] clang-format: This did not work




commit d28b94f0cb6e6852aed587a29622e6b3783dd895
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 10 14:35:40 2022 -0400

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]