diff options
| author | bors <bors@rust-lang.org> | 2023-04-09 18:38:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-09 18:38:18 +0000 |
| commit | 7de7ca802ed1eff6963685b6d036b492b2f75478 (patch) | |
| tree | 1807f1e8e308ac7bcedd3be584abf0f7a6c0198a | |
| parent | 82d71b1b3acf31d688788d83a88acd91b78790c6 (diff) | |
| parent | 4905a2130ad0866761ccf99b4d1a134517b7f4ab (diff) | |
| download | rust-7de7ca802ed1eff6963685b6d036b492b2f75478.tar.gz rust-7de7ca802ed1eff6963685b6d036b492b2f75478.zip | |
Auto merge of #10610 - beetrees:max-line-length, r=Jarcho
Add `max_line_length` to `.editorconfig`, matching `rustfmt.toml` Add `max_line_length` to `.editorconfig` to match the `max_width` in `rustfmt.toml`. changelog: none
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index ec6e107d547..bc7642bf8c7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |
