Files
fsfw-example-hosted/.clang-format
T

8 lines
79 B
YAML
Raw Normal View History

2022-05-02 11:07:22 +02:00
---
BasedOnStyle: Google
IndentWidth: 2
---
Language: Cpp
ColumnLimit: 100
---