rpn/src/.clang-format
2022-02-16 00:26:42 +01:00

9 lines
166 B
YAML

---
BasedOnStyle: google
IndentWidth: 4
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
ColumnLimit: 120