diff --git a/book/src/configuration.md b/book/src/configuration.md index 14e9baa7c..3b78481e3 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -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` | | `insert-final-newline` | Whether to automatically insert a trailing line-ending on write if missing | `true` | - ### `[editor.statusline]` Section Allows configuring the statusline at the bottom of the editor.