浏览代码

Merge pull request #46244 from Calinou/editorconfig-yaml-spaces

Use space indentation for all YAML files in `.editorconfig`
Rémi Verschelde 4 年之前
父节点
当前提交
ff8a1fdc19
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .editorconfig

+ 2 - 1
.editorconfig

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