Skip to content

Commit

Permalink
Merge pull request #1941 from mgedmin/patch-1
Browse files Browse the repository at this point in the history
Clarify description of use_parentheses
  • Loading branch information
timothycrosley committed Dec 11, 2022
2 parents fc906c0 + 3e87dcd commit 9b4535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/options.md
Expand Up @@ -762,7 +762,7 @@ Balances wrapping to produce the most consistent line length possible

## Use Parentheses

Use parentheses for line continuation on length limit instead of slashes. **NOTE**: This is separate from wrap modes, and only affects how individual lines that are too long get continued, not sections of multiple imports.
Use parentheses for line continuation on length limit instead of backslashes. **NOTE**: This is separate from wrap modes, and only affects how individual lines that are too long get continued, not sections of multiple imports.

**Type:** Bool
**Default:** `False`
Expand Down

0 comments on commit 9b4535e

Please sign in to comment.