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
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false