Skip to content

Commit

Permalink
Clarify description of use_parentheses
Browse files Browse the repository at this point in the history
Backslashes are different from slashes.

I was looking for this option so I searched for "backslash", found no hits, and assumed it didn't exist.  I only found it later by accident.
  • Loading branch information
mgedmin committed Jun 17, 2022
1 parent 12cc5fb commit 3e87dcd
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 3e87dcd

Please sign in to comment.