Skip to content

Commit 17d711c

Browse files
committed
fix: fix the section tag for yml files in the .editorconfig
1 parent 456ee01 commit 17d711c

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
@@ -19,7 +19,7 @@ ij_wrap_on_typing = false
1919
indent_style = space
2020
indent_size = 4
2121

22-
[*.yml,yaml,json]
22+
[{*.yml,*.yaml,*.json}]
2323
indent_style = space
2424
indent_size = 2
2525

0 commit comments

Comments
 (0)