mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-20 16:18:15 +02:00
13 lines
320 B
YAML
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
|