mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-15 16:08:05 +02:00
Merge branch 'clang-format' into 'master'
Add clang-format file. See merge request cairo/cairo!349
This commit is contained in:
commit
03b4e7caa3
1 changed files with 13 additions and 0 deletions
13
.clang-format
Normal file
13
.clang-format
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Loading…
Add table
Reference in a new issue