浏览代码

Add YAML and ZSH spacing in editorconfig

tytan652 2 年之前
父节点
当前提交
2bb7aea9e2
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .editorconfig

+ 8 - 0
.editorconfig

@@ -45,3 +45,11 @@ indent_size = 4
 [*.py]
 indent_style = space
 indent_size = 4
+
+[*.yaml]
+indent_style = space
+indent_size = 2
+
+[{*.zsh,.*.zsh,build-aux/.functions/*,.github/scripts/utils.zsh/*}]
+indent_style = space
+indent_size = 2