From 471b53de8f250b24226cc08b45087d9bf1fcb614 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 14 May 2015 21:36:40 +0200 Subject: [PATCH] fix the indent_size in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0dd11f4..a935f8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ charset = utf-8 [*.js] indent_style = space -indent_size = 4 +indent_size = 2 [{package.json}] indent_style = space