Remove eol setting, let git handle it

This commit is contained in:
Richard Davey 2020-09-11 10:16:25 +01:00
parent 3969d6e45a
commit b3ee59b0bb

View file

@ -1,13 +1,12 @@
# http://editorconfig.org # http://editorconfig.org
root = true root = true
[*] [*]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
end_of_line = lf charset = utf-8
charset = utf-8 trim_trailing_whitespace = true
trim_trailing_whitespace = true insert_final_newline = true
insert_final_newline = true
[*.md]
[*.md] trim_trailing_whitespace = false
trim_trailing_whitespace = false