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

3
.gitattributes vendored
View File

@@ -6,3 +6,6 @@
# *.xml eol=crlf
# *.js eol=crlf
# *.properties eol=crlf
# Shell scripts require LF
*.sh text eol=lf
Dockerfile text eol=lf