1b5975d6bSopenharmony_ci# See https://wiki.apertis.org/Guidelines/Coding_conventions#Code_formatting
2b5975d6bSopenharmony_ciBasedOnStyle: GNU
3b5975d6bSopenharmony_ciAlwaysBreakAfterDefinitionReturnType: All
4b5975d6bSopenharmony_ciBreakBeforeBinaryOperators: None
5b5975d6bSopenharmony_ciBinPackParameters: false
6b5975d6bSopenharmony_ciSpaceAfterCStyleCast: true
7b5975d6bSopenharmony_ci# Our column limit is actually 80, but setting that results in clang-format
8b5975d6bSopenharmony_ci# making a lot of dubious hanging-indent choices; disable it and assume the
9b5975d6bSopenharmony_ci# developer will line wrap appropriately. clang-format will still check
10b5975d6bSopenharmony_ci# existing hanging indents.
11b5975d6bSopenharmony_ciColumnLimit: 0
12