fmt: create rules
This commit is contained in:
parent
9cb816b6a2
commit
943e321a85
7
.clang-format
Normal file
7
.clang-format
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
BasedOnStyle: LLVM
|
||||
AlignConsecutiveMacros: true
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
||||
ColumnLimit: 120
|
||||
IndentCaseLabels: true
|
||||
...
|
Loading…
Reference in a new issue