From 989fa5c42e72fa0345e19b79632b79f394cd7f36 Mon Sep 17 00:00:00 2001 From: Dominik Tugend Date: Tue, 29 Oct 2013 18:15:14 +0100 Subject: [PATCH] CRLF for .bat too --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3b8a251..fea6f6f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ # Force CRLF for Windows files: +*.bat text eol=crlf *.dsp text eol=crlf *.dsw text eol=crlf *.sln text eol=crlf