meta: Cover both .yaml and .yml in .editorconfig

This commit is contained in:
Trevor Gross
2026-03-23 21:41:39 -05:00
parent d3e8724f25
commit 16cb48102c
+1 -3
View File
@@ -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