mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Add max_line_length
to .editorconfig
, matching rustfmt
This commit is contained in:
parent
66f8dd1255
commit
e6dc69ab4b
@ -11,6 +11,7 @@ trim_trailing_whitespace = true
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
max_line_length = 100
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
# double whitespace at end of line
|
# double whitespace at end of line
|
||||||
|
Loading…
Reference in New Issue
Block a user