Merge pull request #262 from joelspadin/windows-docker-fix
fix: check out Bash scripts with LF
This commit is contained in:
commit
ba73e5d4ac
1 changed files with 6 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal 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
|
Loading…
Reference in a new issue