qmk_keymaps/.clang-format
2024-08-09 22:42:21 +08:00

8 lines
137 B
YAML

---
BasedOnStyle: LLVM
AlignConsecutiveMacros: true
AllowShortCaseLabelsOnASingleLine: true
ColumnLimit: 120
IndentCaseLabels: true
...