docs: Add "bounded" mode to soft_wrap documentation (#22430)
Closes #22272 Release Notes: - Added documentation for the new "bounded" mode in the soft_wrap configuration Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
This commit is contained in:
parent
8b0a0dfb11
commit
52614482bf
1 changed files with 1 additions and 0 deletions
|
@ -1637,6 +1637,7 @@ Or to set a `socks5` proxy:
|
|||
2. `prefer_line` (deprecated, same as `none`)
|
||||
3. `editor_width` to wrap lines that overflow the editor width
|
||||
4. `preferred_line_length` to wrap lines that overflow `preferred_line_length` config value
|
||||
5. `bounded` to wrap lines at the minimum of `editor_width` and `preferred_line_length`
|
||||
|
||||
## Wrap Guides (Vertical Rulers)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue