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
@ -38,4 +38,7 @@ AllowShortBlocksOnASingleLine: Empty
|
|||||||
AllowShortCaseLabelsOnASingleLine: true
|
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