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