From 4905a2130ad0866761ccf99b4d1a134517b7f4ab Mon Sep 17 00:00:00 2001 From: beetrees Date: Sat, 8 Apr 2023 15:03:34 +0100 Subject: [PATCH] Add `max_line_length` to `.editorconfig`, matching `rustfmt.toml` --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index ec6e107d5..bc7642bf8 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