TU-Programmieren_2/exercise2/.clang-format
2025-04-09 10:22:44 +02:00

12 lines
197 B
YAML

---
BasedOnStyle: LLVM
---
Language: Cpp
AllowShortFunctionsOnASingleLine: Empty
DerivePointerAlignment: false
PointerAlignment: Left
ColumnLimit: 120
TabWidth: 4
IndentWidth: 2
...