From 6abbeebef8a41157d54e40781deb797ee1388a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 25 Sep 2023 19:03:02 +0000 Subject: [PATCH] Allow longer lines --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 75084693c..dc54cdef4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ block_comment = * block_comment_end = */ [{*.php,*.js,*.scss}] -max_line_length = 120 +max_line_length = 160 [*.blade.php] max_line_length = 3000