1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-18 22:59:54 +00:00

Fix line endings for batch files

This commit is contained in:
Chuck Walbourn 2016-08-26 12:00:34 -07:00
parent 4dd440e775
commit 27c8f9a9c0

1
.gitattributes vendored
View File

@ -3,6 +3,7 @@
# Explicitly declare code/VS files as CRLF # Explicitly declare code/VS files as CRLF
*.cpp eol=crlf *.cpp eol=crlf
*.cmd eol=crlf
*.h eol=crlf *.h eol=crlf
*.hlsl eol=crlf *.hlsl eol=crlf
*.hlsli eol=crlf *.hlsli eol=crlf