Rollup merge of #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.
This commit is contained in:
Yuki Okushi 2023-04-09 12:35:55 +09:00 committed by GitHub
commit 01fcd19115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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