From b4350ec77b31cc1489ff33469e2d88d8260855bf Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Mon, 8 Feb 2021 17:25:28 -0500 Subject: [PATCH] Extend max line width to 120 characters. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e70bc2dfb..197e85418 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true -max_line_length = 100 +max_line_length = 120 tab_width = 2 ij_continuation_indent_size = 4 ij_formatter_off_tag = @formatter:off