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

This commit is contained in:
CezarLeahu
2021-07-06 14:18:25 +03:00
committed by GitHub
parent 8c1c2c60b9
commit 536f066cdf

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
# Shell scripts require LF
*.sh text eol=lf
Dockerfile text eol=lf