eive-obsw/.clang-format
Robin Mueller 2207d06058
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
added .clang format script
2022-01-17 13:12:33 +01:00

9 lines
100 B
YAML

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