From 5426c29c9ff4dd49d5cea0844fa2dde7a7c4832d Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Sun, 17 Mar 2024 13:16:26 +0000 Subject: [PATCH] chore(style): max_line_length = 160 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ce4bcae..7920251 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space -max_line_length = 180 +max_line_length = 160 insert_final_newline = true trim_trailing_whitespace = true