leapfrog/.clang-format
2024-09-01 19:07:42 +01:00

11 lines
156 B
YAML

---
IndentWidth: 4
TabWidth: 4
UseTab: Always
ContinuationIndentWidth: 4
ColumnLimit: 120
---
Language: Cpp
AccessModifierOffset: -4
IndentCaseLabels: true