From 38e1ac97226eff1d5f4312a8ead13ae1b998382f Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Wed, 18 Jun 2025 12:49:47 +0100 Subject: [PATCH] chore: Apply .editorconfig rules to both yml and yaml --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bc321db7b..d20e3a9a5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,7 +19,7 @@ indent_size = 4 indent_style = space indent_size = 2 -[*.yml] +[*.{yml,yaml}] indent_style = space indent_size = 2