rpn/src/.clang-format

10 lines
166 B
Text
Raw Normal View History

2022-02-12 19:11:22 +01:00
---
2022-02-15 16:57:09 +01:00
BasedOnStyle: google
2022-02-12 19:11:22 +01:00
IndentWidth: 4
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
ColumnLimit: 120