mgs_reversing/.clang-format

7 lines
95 B
YAML

---
BasedOnStyle: Microsoft
AlignConsecutiveDeclarations: 'true'
SortIncludes: 'false'
...