From 535529923cfae83a38cb7b8e7a2f4669a6f15f4e Mon Sep 17 00:00:00 2001 From: Aziz Khoury Date: Mon, 10 Nov 2014 13:26:07 -0500 Subject: [PATCH] why leave json files out? --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d4c486c71b..71340c4063 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.js, *.css, *.tpl] +[*.js, *.css, *.tpl, *.json] indent_style = tab end_of_line = lf charset = utf-8