Skip to content

Commit 1a93651

Browse files
Fix editorconfig glob
1 parent 6bb6fd8 commit 1a93651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ max_line_length = 100
1313
[*.md]
1414
indent_size = 2
1515

16-
[*.{yml, yaml}]
16+
[*.{yml,yaml}]
1717
indent_size = 2

0 commit comments

Comments
 (0)