aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Loibl <mail@matthiasloibl.com>2016-11-15 12:06:41 +0100
committerGitHub <noreply@github.com>2016-11-15 12:06:41 +0100
commit7596e41027ab906bc5cc6ca9375db8811f6c6353 (patch)
tree0dfa2838a26263eb8ad7fb4df6afb5515db13ce5
parent56a8cf523b621d49bf35667af449db3c56932eb2 (diff)
parenta285c07d5e9bb35c071daa041ccf8bd5094638bb (diff)
downloadgitea-7596e41027ab906bc5cc6ca9375db8811f6c6353.tar.gz
gitea-7596e41027ab906bc5cc6ca9375db8811f6c6353.zip
Merge pull request #171 from andreynering/gitea/editorconfig-crlf
.editorconfig: do not specify line ending
-rw-r--r--.editorconfig1
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