Browse Source

Merge pull request #2897 from jcmdln/editorconfig

editorconfig: Use 2-column spaces in YAML
gingerBill 1 year ago
parent
commit
03ab6add5c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .editorconfig

+ 5 - 1
.editorconfig

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