Use LF for Dockerfile(s) and .sh scripts (.gitattributes) [skip ci] (#1412)

This commit is contained in:
CezarLeahu
2021-07-06 14:19:34 +03:00
committed by GitHub
parent 49850d3464
commit d49009bea0

19
.gitattributes vendored
View File

@@ -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
# .* 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