From 2bb7aea9e2eeccda232f865f882e101474e10129 Mon Sep 17 00:00:00 2001 From: tytan652 Date: Sun, 13 Aug 2023 01:29:58 +0200 Subject: [PATCH] Add YAML and ZSH spacing in editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2995eb3fa..28489600c 100644 --- a/.editorconfig +++ b/.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