From a49f74670030d5fe0b122ca31e0191f00f5d135d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 19 Feb 2015 22:00:24 +1100 Subject: [PATCH] add end_of_line = lf to editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 98d20ea2e6..ed75a6a2af 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +end_of_line = lf [*.{js,json}] indent_style = space