eive-obsw/.clang-format
Robin Mueller 975b3cd294
Some checks failed
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
added clang script and forward declarations
2022-01-17 15:57:52 +01:00

9 lines
100 B
YAML

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