From 06cbaf088e6c8b430f0ae4c13d1fc4d61935f98b Mon Sep 17 00:00:00 2001 From: phnx47-bot <78849906+phnx47-bot@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:21:27 +0700 Subject: [PATCH] chore(style): max_line_length = 160 (#373) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ce4bcaee..79202517 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