8 lines
137 B
YAML
8 lines
137 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AlignConsecutiveMacros: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
ColumnLimit: 120
|
|
IndentCaseLabels: true
|
|
...
|