From b91f7d140690ad7af5e08452d558f4ba516f4d3e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 11 Sep 2024 21:44:44 +0300 Subject: [PATCH] Update editorconfig for workflows --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index c8fc38f53..3fda55f35 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,10 @@ insert_final_newline = true [*.{js,jsx,ts}] quote_type = single +[*.{yml,yaml}] +indent_style = space +indent_size = 4 + [package.json] indent_style = space tab_width = 4