13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
UseTab: Never
|
||
|
BreakBeforeBraces: Attach
|
||
|
AllowShortBlocksOnASingleLine: Never
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
AllowShortLambdasOnASingleLine: false
|
||
|
AlwaysBreakTemplateDeclarations: Yes
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
IndentCaseLabels: false
|