From ee1299561074465849eb1cfb1a308a026ed81e50 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 19 May 2017 15:55:49 +0200 Subject: [PATCH] tweak editorconfig --- editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig b/editorconfig index f16358e..c455cab 100644 --- a/editorconfig +++ b/editorconfig @@ -8,6 +8,6 @@ charset = utf-8 indent_style = space indent_size = 4 -[{**.js,package.json,.travis.yml}] +[{**.json,.travis.yml}] indent_style = space indent_size = 2