10 lines
183 B
YAML
10 lines
183 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: Always
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
IndentCaseLabels: true
|
|
ColumnLimit: 120
|
|
PointerAlignment: Right
|
|
AllowShortFunctionsOnASingleLine: None
|
|
InsertBraces: true
|