Merge pull request #2897 from jcmdln/editorconfig

editorconfig: Use 2-column spaces in YAML
This commit is contained in:
gingerBill
2023-10-31 12:45:22 +00:00
committed by GitHub
+5 -1
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