mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 06:26:10 -07:00
13 lines
321 B
YAML
13 lines
321 B
YAML
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
|