From 2167dbe5a5516797c329e20da065b5c3f74360d0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 2 Jun 2023 15:30:53 +0000 Subject: [PATCH] =?UTF-8?q?Update=20`.editorconfig`=20=F0=9F=93=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index f3d514f..2ccb690 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,9 +4,9 @@ end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = true -max_line_length = 120 +max_line_length = 180 tab_width = 4 -trim_trailing_whitespace = true +trim_trailing_whitespace = false ij_continuation_indent_size = 8 ij_formatter_off_tag = @formatter:off ij_formatter_on_tag = @formatter:on