chore: remove end_of_line from editorconfig (#2635)

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
This commit is contained in:
Filipe Silva 2016-10-19 18:17:06 +01:00 committed by GitHub
parent b17c5c0878
commit dc5fc21a13
1 changed files with 0 additions and 1 deletions

View File

@ -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