jak-project/decompiler/analysis/.clang-format
water111 f9d8fcd6e4
[decomp] add mips2c converter (#842)
* mips 2 c basic version, not yet tested

* calling works without crashing, but the function doesn't

* it works

* add test

* cleanup and actually add the test

* dont use mips2c by default for font

* clean up formatting
2021-09-11 20:52:35 -04:00

5 lines
63 B
YAML

---
BasedOnStyle: Chromium
ColumnLimit: 100
SortIncludes: true