mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
clang-format: This did not work
I thought AlignConsecutiveDeclarations would align function parameters, but it doesn't. So drop it again.
This commit is contained in:
parent
c4766b2747
commit
d28b94f0cb
@ -4,7 +4,6 @@ AlwaysBreakAfterDefinitionReturnType: All
|
|||||||
BreakBeforeBinaryOperators: None
|
BreakBeforeBinaryOperators: None
|
||||||
BinPackParameters: false
|
BinPackParameters: false
|
||||||
SpaceAfterCStyleCast: true
|
SpaceAfterCStyleCast: true
|
||||||
AlignConsecutiveDeclarations: true
|
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
# Our column limit is actually 80, but setting that results in clang-format
|
# 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
|
# making a lot of dubious hanging-indent choices; disable it and assume the
|
||||||
|
Loading…
Reference in New Issue
Block a user