simplesync/.clang-format
2024-01-12 14:25:37 +01:00

10 lines
202 B
YAML

---
Language: Cpp
BasedOnStyle: LLVM
ColumnLimit: 100
IndentWidth: 4
AlignConsecutiveAssignments: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
...