From 85bd3c45353f16eb1f14139c831c11e37bd18dbf Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 17 Aug 2023 22:51:04 +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