5f58193cde
Always check out Bashs scripts with Unix-style line endings so they work if you run them inside Docker on Windows.
6 lines
141 B
Text
6 lines
141 B
Text
* 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
|