17 lines
460 B
YAML
17 lines
460 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLoopsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 80
|
|
SortIncludes: false
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
BreakStringLiterals: true
|
|
PointerAlignment: Right
|