From c034ab78c30b67b4aa5199f953f8e022190326b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20P=C3=A9rez?= Date: Thu, 17 Dec 2020 21:33:03 -0600 Subject: [PATCH] adding yml format to editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index fbe828c3..553eeef6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,3 +28,6 @@ indent_style = tab [*.js] indent_size = 2 +[*.yml] +indent_size = 2 +indent_style = space