Jelajahi Sumber

Use space indentation for all YAML files in `.editorconfig`

YAML only accepts spaces for indentation, not tabs.
Hugo Locurcio 4 tahun lalu
induk
melakukan
076b17ff6c
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      .editorconfig

+ 2 - 1
.editorconfig

@@ -17,7 +17,8 @@ indent_size = 4
 indent_style = space
 indent_size = 4
 
-[.travis.yml]
+# YAML requires indentation with spaces instead of tabs.
+[*.{yml,yaml}]
 indent_style = space
 indent_size = 2