Skip to content

Commit 76508c9

Browse files
committed
Simplify .editorconfig file
Removes unnecessary eclint settings, explicit indent_size for tabs, and LICENSE section. This aligns with the standard WordPress core .editorconfig configuration used across other plugins.
1 parent d5a9381 commit 76508c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.editorconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ end_of_line = lf
1313
insert_final_newline = true
1414
trim_trailing_whitespace = true
1515
indent_style = tab
16-
indent_size = 4
17-
eclint_block_comment_start = /*
18-
eclint_block_comment = *
19-
eclint_block_comment_end = */
2016

2117
[*.yml]
2218
indent_style = space
@@ -27,6 +23,3 @@ trim_trailing_whitespace = false
2723

2824
[*.txt]
2925
end_of_line = crlf
30-
31-
[LICENSE]
32-
indent_style = unset

0 commit comments

Comments
 (0)