Skip to content

Commit

Permalink
Add config doc. on no-break-on-hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Seo committed Oct 21, 2023
1 parent 67bf26f commit 840633d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 840633d

Please sign in to comment.