From 4e3fd457a15eb14cc218f9f70cd567e4a0101051 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 20 Feb 2024 08:34:38 +0100 Subject: [PATCH] OZG-4900 OZG-4919 improve editorconfig --- alfa-client/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfa-client/.editorconfig b/alfa-client/.editorconfig index e14b6a99e7..bf4f40da44 100644 --- a/alfa-client/.editorconfig +++ b/alfa-client/.editorconfig @@ -35,5 +35,5 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = false -[*.yml] +[{*.yml,*yaml}] indent_size = 2 \ No newline at end of file -- GitLab