jsfw/.clang-format

7 lines
144 B
Plaintext
Raw Normal View History

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