From 4ff91f3583481076f54eb9980298ee07466cfb89 Mon Sep 17 00:00:00 2001 From: camilojc Date: Tue, 8 Aug 2017 23:10:23 +0100 Subject: [PATCH] add .gitattributes to force *.txt files to use eol=lf at checkout --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2d4cfa72 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.txt text eol=lf \ No newline at end of file