qmk_keymaps/.clang-format

8 lines
137 B
Plaintext
Raw Permalink Normal View History

2024-08-09 22:42:21 +08:00
---
BasedOnStyle: LLVM
AlignConsecutiveMacros: true
AllowShortCaseLabelsOnASingleLine: true
ColumnLimit: 120
IndentCaseLabels: true
...