From 21ab4b4f1c4f6fbb81524c353cc00c4352d8275b Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 17 Aug 2023 22:50:29 +0200 Subject: [PATCH] fix: editorconfig for yaml --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4935540..af278fc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ indent_size = 2 [*.js] indent_size = 2 + +[*.{yml,yaml}] +indent_style = space +indent_size = 2