mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
ci: Improve clang-format style
Add AlignConsecutiveDeclarations: true PointerAlignment: Right which will produce the style we want with llvm 13.
This commit is contained in:
parent
22de54a9dc
commit
0c8bdf2ac2
@ -4,6 +4,8 @@ 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
|
||||
# developer will line wrap appropriately. clang-format will still check
|
||||
|
Loading…
Reference in New Issue
Block a user