diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-11-14 15:48:40 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-11-14 15:48:44 -0200 |
commit | a285c07d5e9bb35c071daa041ccf8bd5094638bb (patch) | |
tree | 637c49129c87bb4d627db0cb633052223e86cfe1 | |
parent | 904deb7d6a87282499ffbcc4e3faa3d96e7f8e87 (diff) | |
download | gitea-a285c07d5e9bb35c071daa041ccf8bd5094638bb.tar.gz gitea-a285c07d5e9bb35c071daa041ccf8bd5094638bb.zip |
.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.
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 8464c520e5..008b61ed63 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true [*] charset = utf-8 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true |