Add YAML and ZSH spacing in editorconfig

This commit is contained in:
tytan652
2023-08-13 01:29:58 +02:00
committed by Lain
parent ca3dabec35
commit 2bb7aea9e2

View File

@@ -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