From a79a6a6ffc6d64fcd52814058c51214f886b97d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 1 Jul 2024 16:12:58 +0200 Subject: [PATCH] infinite line length for tests --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9fe7ac31..6b0a4957 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,9 @@ max_line_length = 160 [*.blade.php] max_line_length = 3000 +[tests/**.php] +max_line_length = 3000 + [*.md] trim_trailing_whitespace = false