2
0
Эх сурвалжийг харах

editorconfig: Use 2-column spaces in YAML

jcmdln 1 жил өмнө
parent
commit
152ac61faf
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 5 1
      .editorconfig

+ 5 - 1
.editorconfig

@@ -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