diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-15 12:06:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 12:06:41 +0100 |
commit | 7596e41027ab906bc5cc6ca9375db8811f6c6353 (patch) | |
tree | 0dfa2838a26263eb8ad7fb4df6afb5515db13ce5 | |
parent | 56a8cf523b621d49bf35667af449db3c56932eb2 (diff) | |
parent | a285c07d5e9bb35c071daa041ccf8bd5094638bb (diff) | |
download | gitea-7596e41027ab906bc5cc6ca9375db8811f6c6353.tar.gz gitea-7596e41027ab906bc5cc6ca9375db8811f6c6353.zip |
Merge pull request #171 from andreynering/gitea/editorconfig-crlf
.editorconfig: do not specify line ending
-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 |