From 27c8f9a9c00c6b5ade796633bf7578ca96aaa665 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 26 Aug 2016 12:00:34 -0700 Subject: [PATCH] Fix line endings for batch files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4d19b72..a2d10b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ # Explicitly declare code/VS files as CRLF *.cpp eol=crlf +*.cmd eol=crlf *.h eol=crlf *.hlsl eol=crlf *.hlsli eol=crlf