Add max_line_length to .editorconfig, matching rustfmt.toml

This commit is contained in:
beetrees 2023-04-08 15:03:34 +01:00
parent 592ea3954d
commit 4905a2130a
No known key found for this signature in database
GPG key ID: 8791BD754191EBD6

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