From b07e77fa6cdf782c3900517835e7f372573ddd14 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 29 Sep 2016 12:41:02 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 19ea6d0c..7dc7ca68 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,12 +2,9 @@ root = true [*] end_of_line = lf -insert_final_newline = true - -[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml,*.sass,*.js}] indent_style = space indent_size = 4 +insert_final_newline = true -[{package.json,bower.json}] -indent_style = space +[*.json] indent_size = 2