From 44b7f6399d408b534403548c600ddb8f174981ee Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 26 Aug 2016 18:29:24 -0700 Subject: [PATCH] Fix line endings for batch files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5bd7c55..f416ccf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,5 +3,6 @@ # Explicitly declare code/VS files as CRLF *.cpp eol=crlf +*.cmd eol=crlf *.h eol=crlf *.inl eol=crlf