From 23ce4d4c806105f6141399e4d0b705114ad958a6 Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Wed, 15 Apr 2015 06:43:49 -0400 Subject: [PATCH] Syntax fix. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 384033c00..fa870e03f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,5 +5,5 @@ insert_final_newline = true [*.js] indent_style = space -indent_size = 2 +indent_width = 2 end_of_line = lf