From 8b65748e3b42e81a507026d906052646c9ca77fe Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Thu, 14 Jul 2022 21:47:53 -0300 Subject: [PATCH] EditorConfig settings for .yml files. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index ba49e3c234..9edd602a17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*] indent_style = tab indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2