editorconfig: Use 2-column spaces in YAML

This commit is contained in:
jcmdln
2023-10-26 20:18:48 -04:00
parent 0a492acaa1
commit 152ac61faf

View File

@@ -1,6 +1,10 @@
root = true
[*]
indent_style = tab
end_of_line = lf
[*.y{,a}ml]
indent_size = 2
indent_style = space
tab_width = 2