From d1023511bcc576d7aff2c0dfb0206a0a8046989c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Delafargue?= Date: Thu, 9 Feb 2023 18:53:02 +0100 Subject: [PATCH] text-width: update setting documentation --- book/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/configuration.md b/book/src/configuration.md index 547e43509..1fcd5735a 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -57,7 +57,7 @@ on unix operating systems. | `rulers` | List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file. | `[]` | | `bufferline` | Renders a line at the top of the editor displaying open buffers. Can be `always`, `never` or `multiple` (only shown if more than one buffer is in use) | `never` | | `color-modes` | Whether to color the mode indicator with different colors depending on the mode itself | `false` | -| `text-width` | Set the maximum line width for text wrapping with :reflow | `80` | +| `text-width` | Set the maximum line width for text wrapping (either softwrapping, or hardwrapping with `:reflow`) | `80` | ### `[editor.statusline]` Section