mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Add max_line_length
to .editorconfig
, matching rustfmt.toml
This commit is contained in:
parent
592ea3954d
commit
4905a2130a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue