Skip to content

Commit 7bd1e8d

Browse files
Document new multiple line length guides configuration
Signed-off-by: Christoph Heiss <[email protected]>
1 parent 493d4d9 commit 7bd1e8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/pages/configuration.md

+5
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,15 @@ See: the infamous tabs vs. spaces debate.
4444

4545
```yaml
4646
line_length_guide: 80
47+
# or
48+
line_length_guide:
49+
- 80
50+
- 100
4751
```
4852

4953
When set to a positive integer, this renders a background vertical line at the specified offset, to guide line length. When set to `false`, the guide is hidden.
5054

55+
It can also be set to an array, in which case a vertical line is rendered at each specified offset.
5156

5257
### Line Wrapping
5358

0 commit comments

Comments
 (0)