From 1db1d9ece8eda1eb6d63a362d348cb880542c74c Mon Sep 17 00:00:00 2001 From: Giorgos Logiotatidis Date: Mon, 9 May 2016 12:44:17 +0300 Subject: [PATCH] Add config for JS files. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9b3495533..72c6900e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ insert_final_newline = true [.travis.yml] # The travis CLI tool forces 2 spaces. No use fighting it. indent_size = 2 + +[*.js] +indent_size = 2