We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9efbf9 commit a3e8247Copy full SHA for a3e8247
docs/guides/using_black_with_other_tools.md
@@ -51,9 +51,9 @@ line_length = 88
51
52
#### Why those options above?
53
54
-_Black_ wraps imports that surpass `line-length` by moving identifiers into their own
55
-indented line. If that still doesn't fit the bill, it will put all of them in separate
56
-lines and put a trailing comma. A more detailed explanation of this behaviour can be
+_Black_ wraps imports that surpass `line-length` by moving identifiers onto separate
+lines and by adding a trailing comma after each. A more detailed explanation of this
+behaviour can be
57
[found here](../the_black_code_style/current_style.md#how-black-wraps-lines).
58
59
isort's default mode of wrapping imports that extend past the `line_length` limit is
0 commit comments