docs: wrap_guides (#12992)

- Add 'wrap_guides' to website config docs.
- Add the word 'ruler' to improve searchability.
This commit is contained in:
Peter Tripp 2024-06-14 09:48:25 -04:00 committed by GitHub
parent 902d7150fe
commit 0f59607100
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 9 deletions

View file

@ -1117,6 +1117,16 @@ These values take in the same options as the root-level settings with the same n
2. `preferred_line_length`
3. `none`
## Wrap Guides (Vertical Rulers)
- Description: Where to display vertical rulers as wrap-guides. Disable by setting `show_wrap_guides` to `false`.
- Setting: `wrap_guides`
- Default: []
**Options**
List of `integer` column numbers
## Tab Size
- Description: The number of spaces to use for each tab character.