mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
meta: Cover both .yaml and .yml in .editorconfig
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
@@ -12,5 +10,5 @@ insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.yml]
|
||||
[*.{yaml,yml}]
|
||||
indent_size = 2
|
||||
|
||||
Reference in New Issue
Block a user