rpn/src/.clang-format

10 lines
164 B
Text
Raw Normal View History

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