Skip to content

Commit 01fcd19

Browse files
authored
Rollup merge of rust-lang#110086 - beetrees:max-line-length, r=jyn514
Add `max_line_length` to `.editorconfig`, matching rustfmt Add `max_line_length` to `.editorconfig`, matching the max width used by rustfmt.
2 parents 66b3ad4 + e6dc69a commit 01fcd19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trim_trailing_whitespace = true
1111
insert_final_newline = true
1212
indent_style = space
1313
indent_size = 4
14+
max_line_length = 100
1415

1516
[*.md]
1617
# double whitespace at end of line

0 commit comments

Comments
 (0)