mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 06:26:10 -07:00
Add an initial clang-format file
This commit is contained in:
parent
a851a3ea8d
commit
c81283271f
1 changed files with 13 additions and 0 deletions
13
.clang-format
Normal file
13
.clang-format
Normal file
|
@ -0,0 +1,13 @@
|
|||
IndentWidth: 2
|
||||
UseTab: Never
|
||||
ReflowComments: true
|
||||
PointerAlignment: Middle
|
||||
AlignAfterOpenBracket: Align
|
||||
AlwaysBreakAfterReturnType: TopLevel
|
||||
ColumnLimit: 80
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
AfterFunction: true
|
||||
AfterControlStatement: Never
|
||||
SpaceBeforeParens: ControlStatements
|
||||
BreakBeforeBinaryOperators: None
|
Loading…
Reference in a new issue