eive-obsw/.clang-format

9 lines
100 B
YAML

---
BasedOnStyle: Google
IndentWidth: 2
---
Language: Cpp
ColumnLimit: 100
ReflowComments: true
---