From 07cbc5475c1018ef1e4982650995d34bc335eea5 Mon Sep 17 00:00:00 2001 From: David-Else <12832280+David-Else@users.noreply.github.com> Date: Mon, 16 Jan 2023 19:44:24 +0000 Subject: [PATCH] Merge from upstream --- book/src/configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/book/src/configuration.md b/book/src/configuration.md index 6499ee972..604bfdb3f 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -219,11 +219,11 @@ Search specific options. 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