From 44d06996a7e4f2da2f1a1751429e8b4c0597605d Mon Sep 17 00:00:00 2001 From: Serge K Date: Sun, 17 Mar 2024 20:13:52 +0700 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