summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-03-13 23:29:03 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-03-13 23:29:03 +0800
commitba601db48138d64e54600e4250e040fa8bcdc94b (patch)
treea5d59a649722b369c831fc0e76dfe525aa8bc6a4 /.gitattributes
parentabe0f45b31b44588bb79818a06a3a6fd4b7ce67a (diff)
downloadhaskell-ba601db48138d64e54600e4250e040fa8bcdc94b.tar.gz
Force eol=lf; to prevent windows breakage.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index b3746c6b18..aa7ab64d11 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
# convert CRLF into LF on checkin
# don't convert anything on checkout
-* text=auto
+* text=auto eol=lf
mk/win32-tarballs.md5sum text=auto eol=LF