9 lines
221 B
YAML
9 lines
221 B
YAML
BasedOnStyle: "LLVM"
|
|
|
|
AccessModifierOffset: "-4"
|
|
AllowShortFunctionsOnASingleLine: "false"
|
|
BreakBeforeBraces: "Allman"
|
|
ColumnLimit: "100"
|
|
IndentCaseLabels: "false"
|
|
IndentWidth: "4"
|
|
AlwaysBreakTemplateDeclarations: "true"
|