9 lines
172 B
YAML
9 lines
172 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: Always
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
IndentCaseLabels: true
|
|
ColumnLimit: 100
|
|
PointerAlignment: Right
|
|
AllowShortFunctionsOnASingleLine: None
|