CaVM/.clang-format

6 lines
137 B
Plaintext
Raw Normal View History

2024-08-19 14:19:30 +00:00
BasedOnStyle: Microsoft
IndentCaseLabels: true
UseTab: true
IndentWidth: 4
2024-08-19 23:56:16 +00:00
AlignArrayOfStructures: Left
AlignConsecutiveAssignments: true