From 6681a53da972866792944ba36475fc7a867d1048 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 17 Aug 2023 22:50:49 +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