diff --git a/.gitattributes b/.gitattributes index 6f960b2ff..6a7b667b3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,11 @@ -# .* eol=crlf -# *.html eol=crlf -# *.java eol=crlf -# *.txt eol=crlf -# *.css eol=crlf -# *.xml eol=crlf -# *.js eol=crlf -# *.properties eol=crlf \ No newline at end of file +# .* eol=crlf +# *.html eol=crlf +# *.java eol=crlf +# *.txt eol=crlf +# *.css eol=crlf +# *.xml eol=crlf +# *.js eol=crlf +# *.properties eol=crlf +# Shell scripts require LF +*.sh text eol=lf +Dockerfile text eol=lf \ No newline at end of file