Skip to content

Commit

Permalink
remove silly max_line_length
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 19, 2024
1 parent 7848fea commit 4900408
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 3000
block_comment_start = /*
block_comment = *
block_comment_end = */
Expand All @@ -18,11 +17,8 @@ indent_size = 2
[{*.php,*.js,*.scss}]
max_line_length = 160

[*.blade.php]
max_line_length = 3000

[tests/**.php]
max_line_length = 3000
[{*.blade.php,tests/**.php}]
max_line_length = unset

[*.md]
trim_trailing_whitespace = false
Expand Down

0 comments on commit 4900408

Please sign in to comment.