Merge pull request #262 from joelspadin/windows-docker-fix

fix: check out Bash scripts with LF
This commit is contained in:
Pete Johanson
2020-10-11 07:52:17 -04:00
committed by GitHub

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
* text=auto
# Always use Unix-style line endings for Bash scripts so they work in
# Docker on Windows.
.bashrc text eol=lf
*.sh text eol=lf