Jelajahi Sumber

Add YAML and ZSH spacing in editorconfig

tytan652 2 tahun lalu
induk
melakukan
2bb7aea9e2
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  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