mirror of
https://github.com/stupidcomputer/jsfw.git
synced 2024-12-27 05:47:37 -06:00
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
|