From b6fc58da59d7fc5b539b26fd9a19f6b73d4fce56 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 19 Oct 2016 16:38:20 +0100 Subject: [PATCH] chore: remove end_of_line from editorconfig The `end_of_line` setting causes issues on Windows machines that have `autocrlf` set to true (the default): https://git-scm.com/book/tr/v2/Customizing-Git-Git-Configuration#Formatting-and-Whitespace --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bab156b63a..1cf867f786 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