2021-02-10 16:03:02 +01:00
|
|
|
---
|
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
2021-11-30 21:30:07 +01:00
|
|
|
AllowShortFunctionsOnASingleLine: None
|
2021-10-31 18:51:49 +01:00
|
|
|
AlwaysBreakAfterReturnType: None
|
2021-11-30 21:30:07 +01:00
|
|
|
BasedOnStyle: Webkit
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2024-08-30 18:13:23 +02:00
|
|
|
BreakAdjacentStringLiterals: true
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
2021-11-30 21:30:07 +01:00
|
|
|
ColumnLimit: 80
|
|
|
|
IndentPPDirectives: BeforeHash
|
|
|
|
NamespaceIndentation: None
|
2021-10-31 18:51:49 +01:00
|
|
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
2021-11-30 21:30:07 +01:00
|
|
|
PointerAlignment: Right
|
|
|
|
SortIncludes: false
|