From ab1e91a2216deb8a9f2ffd7c18539cc375b5e015 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 22 Apr 2015 21:00:11 -0400 Subject: [PATCH] tweak editorconfig preferences --- .editorconfig | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index ef127984..4db9d66c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,10 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org +root = true + +[*] +charset = utf-8 [*.js] indent_style = tab -indent_size = 2 -trim_trailing_whitespace = false +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = crlf \ No newline at end of file