jsfw/.clang-format

9 lines
180 B
Plaintext
Raw Normal View History

2022-08-30 17:54:56 -05:00
# vi:ft=yaml
2022-08-29 17:27:03 -05:00
BasedOnStyle: LLVM
IndentWidth: 4
2022-08-29 18:06:25 -05:00
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true
PointerAlignment: Right
ColumnLimit: 110
2022-08-30 17:54:56 -05:00
IncludeBlocks: Regroup