kaldifeat/.clang-format
2021-02-25 15:45:09 +08:00

10 lines
180 B
YAML

---
BasedOnStyle: Google
---
Language: Cpp
Cpp11BracedListStyle: true
Standard: Cpp11
DerivePointerAlignment: false
PointerAlignment: Right
---