2024-03-20 20:25:20 +01:00
|
|
|
BasedOnStyle: LLVM
|
2024-05-13 00:10:47 +02:00
|
|
|
IndentWidth: 4
|
2024-03-20 20:25:20 +01:00
|
|
|
SortIncludes: false
|
|
|
|
UseTab: Never
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: TopLevel
|
|
|
|
BreakBeforeBinaryOperators: All
|
|
|
|
BinPackArguments: false
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlwaysBreakAfterReturnType: None
|