summaryrefslogtreecommitdiffstats
path: root/settings/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'settings/.editorconfig')
-rw-r--r--settings/.editorconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/settings/.editorconfig b/settings/.editorconfig
index 9d08a1a828a..a6e3eaf55e2 100644
--- a/settings/.editorconfig
+++ b/settings/.editorconfig
@@ -2,8 +2,11 @@ root = true
[*]
charset = utf-8
-indent_style = space
-indent_size = 2
+indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
+
+[{package.json,.travis.yml}]
+indent_style = space
+indent_size = 2 \ No newline at end of file