17 lines
444 B
YAML
17 lines
444 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
UseTab: Never
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortLambdasOnASingleLine: None
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortCaseExpressionOnASingleLine: false
|
|
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 100
|
|
AlignAfterOpenBracket: Align
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|