From 840633df8885ebaa953984cbca98c551675e2e8c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 21 Oct 2023 14:16:21 +0900 Subject: [PATCH] Add config doc. on no-break-on-hyphen --- book/src/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/configuration.md b/book/src/configuration.md index 3b78481e3103..5ddded08f5b9 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -65,6 +65,7 @@ Its settings will be merged with the configuration directory `config.toml` and t | `workspace-lsp-roots` | Directories relative to the workspace root that are treated as LSP roots. Should only be set in `.helix/config.toml` | `[]` | | `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` | +| `no-break-on-hyphen` | Disable linebreak on hyphen when using `:reflow` | `false` | ### `[editor.statusline]` Section