Crow/.clang-format

9 lines
105 B
Plaintext
Raw Normal View History

---
BasedOnStyle: Google
BreakBeforeBraces: Mozilla
IndentWidth: '2'
TabWidth: '2'
UseTab: Never
...