mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
Merge from upstream
This commit is contained in:
parent
227ed34e7c
commit
07cbc5475c
@ -219,11 +219,11 @@ ### `[editor.whitespace]` Section
|
||||
Options for rendering whitespace with visible characters. Use
|
||||
`:set whitespace.render all` to temporarily enable visible whitespace.
|
||||
|
||||
======= | Key | Description | Default | |-----|-------------|---------| |
|
||||
`render` | Whether to render whitespace. May either be `"all"` or `"none"`, or a
|
||||
table with sub-keys `space`, `nbsp`, `tab`, and `newline`. | `"none"` | |
|
||||
`characters` | Literal characters to use when rendering whitespace. Sub-keys may
|
||||
be any of `tab`, `space`, `nbsp`, `newline` or `tabpad` | See example below |
|
||||
| Key | Description | Default | |-----|-------------|---------| | `render` |
|
||||
Whether to render whitespace. May either be `"all"` or `"none"`, or a table with
|
||||
sub-keys `space`, `nbsp`, `tab`, and `newline`. | `"none"` | | `characters` |
|
||||
Literal characters to use when rendering whitespace. Sub-keys may be any of
|
||||
`tab`, `space`, `nbsp`, `newline` or `tabpad` | See example below |
|
||||
|
||||
Example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user