1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-08 10:06:04 +02:00

doc: add missing `whitespace.render` sub-key

This commit is contained in:
Clément Delafargue 2023-01-16 16:30:35 +01:00 committed by Michael Davis
parent 425d7e5f1b
commit 7bdba4a6bf

View File

@ -216,7 +216,7 @@ ### `[editor.whitespace]` Section
| Key | Description | Default |
|-----|-------------|---------|
| `render` | Whether to render whitespace. May either be `"all"` or `"none"`, or a table with sub-keys `space`, `tab`, and `newline`. | `"none"` |
| `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