editorconfig: yaml, yml settings

This commit is contained in:
Ramon Roche
2024-08-06 07:16:22 -07:00
parent 326e2a9f5c
commit d51556dec4
+1 -1
View File
@@ -9,6 +9,6 @@ tab_width = 8
# Not in the official standard, but supported by many editors
max_line_length = 120
[*.yaml]
[*.yaml, *.yml]
indent_style = space
indent_size = 2