From 3b3d59d117321b6cbf3dee4040ad673946682889 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