aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-12-14 16:11:39 +0100
committerGaëtan Gilbert2018-12-17 14:49:32 +0100
commit9349e0367d2d50b11ccd31c8f6d1979ebd52e555 (patch)
treed4d3f35dc18fb83b23256f5899457d0ce5ef3bb9 /.gitattributes
parent854d3e1b404fb3ee9087ffb07cbba7cc9196c1f9 (diff)
Fix git line ending conversion in windows
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a5edcdb5bf..742ef27f49 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -53,3 +53,6 @@ tools/CoqMakefile.in whitespace=blank-at-eol
# CR is desired for these Windows files.
*.bat whitespace=cr-at-eol,blank-at-eol,tab-in-indent
+
+* eol=lf
+*.bat eol=crlf