Skip to content

Commit 4900408

Browse files
authored
remove silly max_line_length
1 parent 7848fea commit 4900408

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.editorconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ insert_final_newline = true
77
indent_style = space
88
indent_size = 4
99
trim_trailing_whitespace = true
10-
max_line_length = 3000
1110
block_comment_start = /*
1211
block_comment = *
1312
block_comment_end = */
@@ -18,11 +17,8 @@ indent_size = 2
1817
[{*.php,*.js,*.scss}]
1918
max_line_length = 160
2019

21-
[*.blade.php]
22-
max_line_length = 3000
23-
24-
[tests/**.php]
25-
max_line_length = 3000
20+
[{*.blade.php,tests/**.php}]
21+
max_line_length = unset
2622

2723
[*.md]
2824
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)