From d14ba88b70b6023f4f8b7749370b64536fba48ea Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Mon, 13 Apr 2015 20:08:31 +0200 Subject: [PATCH] Add better config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 8f960391..6c76c202 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[{package.json,.travis.yml,.jshintrc}] +indent_style = space +indent_size = 2