12 lines
305 B
Text
12 lines
305 B
Text
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 2
|
||
|
SortIncludes: false
|
||
|
UseTab: Never
|
||
|
BreakBeforeBraces: Allman
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AlwaysBreakAfterDefinitionReturnType: TopLevel
|
||
|
BreakBeforeBinaryOperators: All
|
||
|
BinPackArguments: false
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlwaysBreakAfterReturnType: None
|