Imported Upstream version 2.74.4
[platform/upstream/glib.git] / .clang-format
1 # See https://wiki.apertis.org/Guidelines/Coding_conventions#Code_formatting
2 BasedOnStyle: GNU
3 AlwaysBreakAfterDefinitionReturnType: All
4 BreakBeforeBinaryOperators: None
5 BinPackParameters: false
6 SpaceAfterCStyleCast: true
7 # Our column limit is actually 80, but setting that results in clang-format
8 # making a lot of dubious hanging-indent choices; disable it and assume the
9 # developer will line wrap appropriately. clang-format will still check
10 # existing hanging indents.
11 ColumnLimit: 0