9 lines
156 B
YAML
9 lines
156 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
BreakBeforeBraces: Attach
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
ColumnLimit: 140
|
|
AllowShortFunctionsOnASingleLine: None
|