Browse Source

Add YAML and ZSH spacing in editorconfig

tytan652 2 years ago
parent
commit
2bb7aea9e2
1 changed files with 8 additions and 0 deletions
  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