From c002d0ec8da9e52a746a8e1ad8a0054514c806f0 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Thu, 27 Oct 2016 13:59:07 +0100 Subject: [PATCH] chore(editorconfig): remove end_of_line setting (#267) Using `end_of_line` causes issues on windows machines. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f2abacf6d..b8a6e5723 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,6 @@ root = true charset = utf-8 indent_style = space indent_size = 2 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true