17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
|
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
|