diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e1c78ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ensure all .bat scripts use CRLF line endings +# This can prevent a number of odd batch issues +*.bat text eol=crlf