From a17ecefd2027addf6bd9d168d47a05de28722b61 Mon Sep 17 00:00:00 2001 From: Aziz Khoury Date: Mon, 10 Nov 2014 13:16:48 -0500 Subject: [PATCH] could you explicitly specify the last 4 rules? I put in some values in there, as placeholders, feel free to change them, and I will follow so we can have a standard, and developers can choose to have the same across plugins as well --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index a259e2210b..d4c486c71b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,3 +2,7 @@ root = true [*.js, *.css, *.tpl] indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = false