Files
fsfw/.clang-format
T
2024-10-25 18:29:22 +02:00

9 lines
100 B
YAML

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