From 2185a0a94800fe5e59f161914ff4dbed269a7c18 Mon Sep 17 00:00:00 2001 From: Kimmo Brunfeldt Date: Fri, 24 Oct 2014 00:34:43 +0300 Subject: [PATCH] Make all json files 2 space indent --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 790f93d..3fceb9a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ indent_style = space indent_size = 4 # Matches the exact files package.json and .travis.yml -[{package.json,.travis.yml,Gruntfile.js}] +[{*.json,.travis.yml,Gruntfile.js}] indent_style = space indent_size = 2