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