fix: check out Bash scripts with LF

Always check out Bashs scripts with Unix-style line endings so they work if you
run them inside Docker on Windows.
This commit is contained in:
Joel Spadin 2020-10-10 21:40:22 +00:00
parent d38740cebf
commit 5f58193cde
1 changed files with 6 additions and 0 deletions

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