Skip to content

Commit

Permalink
Add documentation for max-line-length (helix-editor#3974)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarkook authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 4ea66b6 commit a54a6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/src/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ These configuration keys are available:
| `config` | Language Server configuration |
| `grammar` | The tree-sitter grammar to use (defaults to the value of `name`) |
| `formatter` | The formatter for the language, it will take precedence over the lsp when defined. The formatter must be able to take the original file as input from stdin and write the formatted file to stdout |
| `max-line-length` | Maximum line length. Used for the `:reflow` command |

### Language Server configuration

Expand Down

0 comments on commit a54a6ec

Please sign in to comment.