Question on binary operator linebreaking #587
Labels
F: linebreak
How should we split up lines?
R: duplicate
This issue or pull request already exists
T: style
What do we want Blackened code to look like?
Operating system: Linux
Python version: 3.7
Black version: Master
I have the following code:
This gets reformatted to the following:
The latter is the simpler way to linebreak but is IMO a lot less readable (especially in the case of tests). Is there a case to be made to prefer the former style? I believe that's also how prettier prefers linebreaking as it's a lot more readable in general.
The text was updated successfully, but these errors were encountered: