Files
glib/.clang-format

12 lines
471 B
Plaintext
Raw Permalink Normal View History

# See https://www.apertis.org/policies/coding_conventions/
2019-11-11 14:21:25 -06:00
BasedOnStyle: GNU
AlwaysBreakAfterDefinitionReturnType: All
BreakBeforeBinaryOperators: None
BinPackParameters: false
SpaceAfterCStyleCast: true
# 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