mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
25 lines
606 B
Text
25 lines
606 B
Text
|
BasedOnStyle: GNU
|
||
|
ColumnLimit: 80
|
||
|
IndentPPDirectives: AfterHash
|
||
|
PointerAlignment: Right
|
||
|
UseTab: Never
|
||
|
# BreakBeforeBraces: Linux
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
|
AfterStruct: true
|
||
|
SplitEmptyFunction: false
|
||
|
IndentCaseBlocks: true
|
||
|
IndentCaseLabels: true
|
||
|
TabWidth: 8
|
||
|
AlignAfterOpenBracket: DontAlign
|
||
|
ContinuationIndentWidth: 4
|
||
|
AlignEscapedNewlines: DontAlign
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowAllArgumentsOnNextLine: false
|
||
|
BinPackParameters: true
|
||
|
BinPackArguments: true
|
||
|
PackConstructorInitializers: NextLine
|
||
|
DerivePointerAlignment: true
|