simplesync/.clang-format
2024-01-14 18:52:04 +01:00

10 lines
202 B
YAML

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