remove leftover max-line-length occurrences

pull/5893/head
Clément Delafargue 1 year ago
parent f3d0027b12
commit 19bb5028cb
No known key found for this signature in database

@ -61,7 +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 and soft-wrapping |
| `text-width` | Maximum line length. Used for the `:reflow` command and soft-wrapping |
### File-type detection and the `file-types` key

@ -1090,7 +1090,7 @@ file-types = ["COMMIT_EDITMSG"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
rulers = [50, 72]
max-line-length = 72
text-width = 72
[[grammar]]
name = "git-commit"

Loading…
Cancel
Save