2023-10-18 18:30:54 +01:00
|
|
|
BasedOnStyle: LLVM
|
2023-10-15 00:56:00 +01:00
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Always
|
|
|
|
BreakBeforeBraces: Attach
|
2023-10-16 19:29:22 +01:00
|
|
|
ColumnLimit: 100
|
2023-10-18 18:30:54 +01:00
|
|
|
PenaltyReturnTypeOnItsOwnLine: 1000000
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
SeparateDefinitionBlocks: Always
|