18 lines
449 B
YAML
18 lines
449 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: Always
|
|
IndentWidth: 8
|
|
TabWidth: 8
|
|
ContinuationIndentWidth: 8
|
|
BreakBeforeBraces: Linux
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
AlignOperands: DontAlign
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
ColumnLimit: 80
|
|
PointerAlignment: Right
|