This .editorconfig is incompatible with git.

git `core.autocrlf` works, and it is default. This setting constantly makes a mess of files, and it's really annoying.
This commit is contained in:
Manu Evans 2018-09-02 16:46:10 -07:00
parent 6d067b0084
commit fa7f530be5

View file

@ -8,7 +8,6 @@ root = true
# + remove whitespace at the end of lines
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true