diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4f3099e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Set default behavior to automatically normalize line endings +* text=auto + +# Force bash scripts to always use LF line endings +*.sh text eol=lf + +# Force batch scripts to always use CRLF line endings +*.bat text eol=crlf +*.cmd text eol=crlf \ No newline at end of file