kaldifeat/.clang-format
2021-07-16 15:16:56 +08:00

10 lines
180 B
YAML

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