diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7c3a822f3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# convert to OS line endings on checkout, back to LF on commit +* text=auto + +# ensure anything copied to the container has unix style line endings +*.sh text eol=lf +requirements.txt text eol=lf \ No newline at end of file