summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorbeetrees <b@beetr.ee>2023-04-08 00:22:03 +0100
committerbeetrees <b@beetr.ee>2023-04-08 15:08:25 +0100
commite6dc69ab4bef90e0f99e32f72b6dbeabaf7ab29e (patch)
tree206ddf183b64189ad63331898efb8e7fbdcb0812 /.editorconfig
parent66f8dd12551d11eea0fbcf1bf95b2e18fb07a826 (diff)
downloadrust-e6dc69ab4bef90e0f99e32f72b6dbeabaf7ab29e.tar.gz
Add `max_line_length` to `.editorconfig`, matching rustfmt
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
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