Skip to content

Commit 84ddef7

Browse files
committed
Standardize .editorconfig file
Removes unnecessary .feature file pattern since this plugin does not use Behat tests. This aligns with the standard configuration used across other plugins.
1 parent 0532893 commit 84ddef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ insert_final_newline = true
1414
trim_trailing_whitespace = true
1515
indent_style = tab
1616

17-
[{*.yml,*.feature}]
17+
[*.yml]
1818
indent_style = space
1919
indent_size = 2
2020

0 commit comments

Comments
 (0)