13 lines
291 B
YAML
13 lines
291 B
YAML
# vi:ft=yaml
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
AlignArrayOfStructures: Left
|
|
PointerAlignment: Right
|
|
ColumnLimit: 130
|
|
IncludeBlocks: Regroup
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AllowAllArgumentsOnNextLine: false
|
|
AlignEscapedNewlines: DontAlign
|