From cfb2e60310b170fbde50615fb670fcc3e55784c0 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 1 May 2024 02:33:44 +0300 Subject: [PATCH] Add correct rules to yml files editor config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9a231d1..2e6af90 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ charset = utf-8 indent_style = tab tab_width = 4 trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2