Crow/.clang-format

9 lines
105 B
YAML

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