1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 08:55:47 +00:00

.editorconfig: do not specify line ending

That is annoying on Windows, since the editor will change the file if
you just open it. Git will checking as LF anyway.
This commit is contained in:
Andrey Nering 2016-11-14 15:48:40 -02:00
parent 904deb7d6a
commit a285c07d5e

View File

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