mirror of
https://github.com/stupidcomputer/jsfw.git
synced 2024-12-26 21:42:23 -06:00
10 lines
209 B
YAML
10 lines
209 B
YAML
# vi:ft=yaml
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
AlignConsecutiveDeclarations: true
|
|
AlignConsecutiveAssignments: true
|
|
AlignArrayOfStructures: Left
|
|
PointerAlignment: Right
|
|
ColumnLimit: 130
|
|
IncludeBlocks: Regroup
|