Wording improvement
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
This commit is contained in:
parent
e2d9c0d938
commit
e098eb14ae
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ foo_bar
|
||||||
Prefer line-breaking at an assignment operator (either `=` or `+=`, etc.) rather
|
Prefer line-breaking at an assignment operator (either `=` or `+=`, etc.) rather
|
||||||
than at other binary operators.
|
than at other binary operators.
|
||||||
|
|
||||||
If line-breaking a binary operator (including assignment operators) where the
|
If line-breaking at a binary operator (including assignment operators) where the
|
||||||
first operand spans multiple lines, use the base indentation of the *last*
|
first operand spans multiple lines, use the base indentation of the *last*
|
||||||
line of the first operand, and indent relative to that:
|
line of the first operand, and indent relative to that:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue