From 9fb22af6b3b5d7dfd9ef3999c21df4d21be8504b Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 3 Apr 2018 23:33:20 +0200 Subject: [PATCH] Update EditorConfig for frontend resources Signed-off-by: VirtualTam --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ae2dd4c..8783e4c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{htaccess,html,xml,js}] +[*.{htaccess,html,js,json,xml}] indent_size = 2 [*.php]