8 lines
191 B
YAML
8 lines
191 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 80
|
|
AllowShortLoopsOnASingleLine: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BreakConstructorInitializers: BeforeComma
|