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