jsfw/.clang-format

10 lines
209 B
Plaintext
Raw Permalink 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
2022-10-07 18:36:53 -05:00
AlignArrayOfStructures: Left
2022-08-29 18:06:25 -05:00
PointerAlignment: Right
2022-10-07 18:36:53 -05:00
ColumnLimit: 130
2022-08-30 17:54:56 -05:00
IncludeBlocks: Regroup