mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
Fix editorconfig glob
This commit is contained in:
parent
418c1365ec
commit
36d22a3767
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ max_line_length = 100
|
||||||
[*.md]
|
[*.md]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.{yml, yaml}]
|
[*.{yml,yaml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue