From c196a90684d8b798aa90c60c3777f316966757b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= Date: Mon, 26 Sep 2022 15:56:07 +0300 Subject: [PATCH] Add documentation for `max-line-length` (#3974) --- book/src/languages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/languages.md b/book/src/languages.md index 841b1377d..73c812131 100644 --- a/book/src/languages.md +++ b/book/src/languages.md @@ -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