From acfb5af1813d033f07464610100b89bba31f5cb4 Mon Sep 17 00:00:00 2001 From: Alex Kit Date: Tue, 29 Dec 2015 00:46:58 +0100 Subject: [PATCH] add (gitattributes) LF for txt files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e27168a0b..5c7d623ca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # The build script and some tests use `\n` as markers, so we need to make sure # that all javascript files are checked out using UNIX line endings (not `\r\n`) *.js eol=lf +*.txt eol=lf \ No newline at end of file