diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..57680f9dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Set line endings of shell scripts to LF, even on Windows, otherwise execution +# within Docker fails. +*.sh text eol=lf