diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-04-09 12:35:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-09 12:35:55 +0900 |
| commit | 01fcd19115e9b778b29c9c3b2db9ba2b395683e7 (patch) | |
| tree | dd1905782dc2997b8291262152babdd862c6e38c | |
| parent | 66b3ad4a6fdcf2dc9cb38a39a3dc957815d07d56 (diff) | |
| parent | e6dc69ab4bef90e0f99e32f72b6dbeabaf7ab29e (diff) | |
| download | rust-01fcd19115e9b778b29c9c3b2db9ba2b395683e7.tar.gz rust-01fcd19115e9b778b29c9c3b2db9ba2b395683e7.zip | |
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.
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index ec6e107d547..03aab32bfc6 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 = 100 [*.md] # double whitespace at end of line |
