add clang-format initial version

This commit is contained in:
Felix Schurk 2024-07-11 15:18:40 +02:00
parent 234fac40c6
commit 5406772b66

5
.clang-format Normal file
View file

@ -0,0 +1,5 @@
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 100
...