From 039912b89d516ca7a8f75ef31c4c5952c81aa968 Mon Sep 17 00:00:00 2001 From: Lau Skeeter Date: Mon, 13 Mar 2017 13:32:53 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index ba49e3c..5e1f683 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*] indent_style = tab indent_size = 4 + +[*.{json,yml,yaml}] +indent_style = space +indent_size = 2