From 4616f2bab06e170a155413120efe3a10c215b2aa Mon Sep 17 00:00:00 2001 From: Collin Stedman Date: Mon, 18 Jul 2016 09:31:04 -0400 Subject: [PATCH] Specify tab width in editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4db9d66c..a527b136 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ charset = utf-8 [*.js] indent_style = tab +indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true -end_of_line = crlf \ No newline at end of file +end_of_line = crlf