fmt: create rules

This commit is contained in:
♥ Minnie ♥ 2024-08-09 22:42:21 +08:00
parent 9cb816b6a2
commit 943e321a85
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

7
.clang-format Normal file
View file

@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
AlignConsecutiveMacros: true
AllowShortCaseLabelsOnASingleLine: true
ColumnLimit: 120
IndentCaseLabels: true
...