mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
24 lines
606 B
YAML
24 lines
606 B
YAML
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
|