Removed stray newline

pull/8362/head
CedricMeu 1 year ago
parent 919f5af0bc
commit a1ec38a31e

@ -66,7 +66,6 @@ Its settings will be merged with the configuration directory `config.toml` and t
| `default-line-ending` | The line ending to use for new documents. Can be `native`, `lf`, `crlf`, `ff`, `cr` or `nel`. `native` uses the platform's native line ending (`crlf` on Windows, otherwise `lf`). | `native` | | `default-line-ending` | The line ending to use for new documents. Can be `native`, `lf`, `crlf`, `ff`, `cr` or `nel`. `native` uses the platform's native line ending (`crlf` on Windows, otherwise `lf`). | `native` |
| `insert-final-newline` | Whether to automatically insert a trailing line-ending on write if missing | `true` | | `insert-final-newline` | Whether to automatically insert a trailing line-ending on write if missing | `true` |
### `[editor.statusline]` Section ### `[editor.statusline]` Section
Allows configuring the statusline at the bottom of the editor. Allows configuring the statusline at the bottom of the editor.

Loading…
Cancel
Save