aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar Köök2022-09-26 12:56:07 +0000
committerGitHub2022-09-26 12:56:07 +0000
commitc196a90684d8b798aa90c60c3777f316966757b8 (patch)
tree5ed43bda4bc2ec76c1c4ca73fccc8165ca5f7ccf
parente8f0886b21d279fedce53d85f53bb537c1ad808e (diff)
Add documentation for `max-line-length` (#3974)
-rw-r--r--book/src/languages.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/languages.md b/book/src/languages.md
index 841b1377..73c81213 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