cairo/.clang-format
2026-05-03 13:16:10 +03:00

13 lines
320 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: Linux
SpaceBeforeParens: Always
AllowAllArgumentsOnNextLine: false
AlwaysBreakAfterReturnType: All
UseTab: ForIndentation
BinPackParameters: false
BinPackArguments: false
SpaceAfterLogicalNot: true
SpaceAfterCStyleCast: true
SortIncludes: Never
ReflowComments: false