diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..22f8c5e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Set text handling to auto and eol +# linux line endings +* text=auto eol=lf + +# Ensure windows line endings are used +# for windows bat/cmd scripts +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf