We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7848fea commit 4900408Copy full SHA for 4900408
.editorconfig
@@ -7,7 +7,6 @@ insert_final_newline = true
7
indent_style = space
8
indent_size = 4
9
trim_trailing_whitespace = true
10
-max_line_length = 3000
11
block_comment_start = /*
12
block_comment = *
13
block_comment_end = */
@@ -18,11 +17,8 @@ indent_size = 2
18
17
[{*.php,*.js,*.scss}]
19
max_line_length = 160
20
21
-[*.blade.php]
22
23
-
24
-[tests/**.php]
25
+[{*.blade.php,tests/**.php}]
+max_line_length = unset
26
27
[*.md]
28
trim_trailing_whitespace = false
0 commit comments