From c71a02cfc8d37d9abbacf24790a0c43efaceeccc Mon Sep 17 00:00:00 2001 From: Piotr Olaszewski Date: Sun, 19 Nov 2023 17:24:59 +0100 Subject: [PATCH] Polish .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d70a9b032..1dfca740e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,5 +4,5 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true -[*.{yml, yaml}] +[*.{yml,yaml}] indent_size = 2