Auto merge of #10610 - beetrees:max-line-length, r=Jarcho

Add `max_line_length` to `.editorconfig`, matching `rustfmt.toml`

Add `max_line_length` to `.editorconfig` to match the `max_width` in `rustfmt.toml`.

changelog: none
This commit is contained in:
bors 2023-04-09 18:38:18 +00:00
commit 7de7ca802e

View file

@ -11,6 +11,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 120
[*.md]
# double whitespace at end of line