1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Merge pull request #171 from andreynering/gitea/editorconfig-crlf

.editorconfig: do not specify line ending
This commit is contained in:
Matthias Loibl 2016-11-15 12:06:41 +01:00 committed by GitHub
commit 7596e41027

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