remove eol setting from .editorconfig

This commit is contained in:
Brokkonaut
2023-10-09 09:00:31 +02:00
parent 95a8d6043d
commit fc92ad2307

View File

@ -2,7 +2,6 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true