From 5b83b03423ff5ccb8101ea7675a0a2bb43b03dec Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 6 Jul 2016 22:02:02 +0200 Subject: [PATCH] Updated editorconfig file. --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2e127145..c48b9159 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,4 +5,7 @@ end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4 -trim_trailing_whitespace = true + +[{package.json,.travis.yml}] +indent_style = space +indent_size = 2