From 5b33f1beef2ccf39924ebbb88aa03a12023fc439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Tue, 17 Nov 2015 22:18:56 +0100 Subject: [PATCH] Most of the codebase is indented with 2 spaces, so let's standardize on that. --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index afe461080..d5c8efddb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,12 +14,12 @@ indent_size = 2 [*.js] indent_style = space -indent_size = 4 +indent_size = 2 [**.jsx] e4x = true indent_style = space -indent_size = 4 +indent_size = 2 [*.hbs] insert_final_newline = false