lwqq/.clang-format

10 lines
138 B
YAML

---
BasedOnStyle: WebKit
IndentWidth: 3
---
Language: Cpp
PointerAlignment: Left
ColumnLimit: 80
AllowShortBlocksOnASingleLine: true
...