mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
d28b94f0cb
I thought AlignConsecutiveDeclarations would align function parameters, but it doesn't. So drop it again.
13 lines
513 B
YAML
13 lines
513 B
YAML
# See https://wiki.apertis.org/Guidelines/Coding_conventions#Code_formatting
|
|
BasedOnStyle: GNU
|
|
AlwaysBreakAfterDefinitionReturnType: All
|
|
BreakBeforeBinaryOperators: None
|
|
BinPackParameters: false
|
|
SpaceAfterCStyleCast: 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
|
|
# existing hanging indents.
|
|
ColumnLimit: 0
|