fix: add missing newline and ensure binary operators are placed at the beginning of the line
This commit is contained in:
parent
fb84cd09fa
commit
6b9ce1dda4
@ -39,3 +39,6 @@ AllowShortCaseLabelsOnASingleLine: true
|
|||||||
|
|
||||||
# Add empty line between function definitions
|
# Add empty line between function definitions
|
||||||
SeparateDefinitionBlocks: Always
|
SeparateDefinitionBlocks: Always
|
||||||
|
|
||||||
|
# Place binary operators at the beginning of the line
|
||||||
|
BreakBeforeBinaryOperators: All
|
||||||
Loading…
Reference in New Issue
Block a user