17 lines
407 B
YAML
17 lines
407 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 8
|
|
TabWidth: 8
|
|
UseTab: Always
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
ColumnLimit: 80
|
|
AlignConsecutiveDeclarations: false
|
|
AlignConsecutiveAssignments: false
|
|
AlignEscapedNewlines: Left
|
|
AlignOperands: false
|
|
IndentCaseLabels: false
|
|
SpaceBeforeParens: ControlStatements
|
|
|