Merge pull request #4 from go-gitea/editorconfig-end-of-line

.editorconfig: Do not specify end_of_line
This commit is contained in:
Matthias Loibl 2016-11-15 19:19:00 +01:00 committed by GitHub
commit ff21b39fbc
1 changed files with 0 additions and 1 deletions

View File

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