From de7a20e586bd8c679c3f8ca251845410c4283cb5 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Thu, 3 Oct 2024 12:31:46 +0200 Subject: [PATCH] Updated the max line length --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6b68e84..c9ce5f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ insert_final_newline = true trim_trailing_whitespace = true end_of_line = lf charset = utf-8 -max_line_length = 88 +max_line_length = 120 [*.{yml,yaml,json,js,css,html}] indent_size = 2