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

@ -4,7 +4,6 @@ root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true