mirror of
https://github.com/ancsemi/Haven
synced 2026-04-21 13:37:41 +00:00
5 lines
189 B
Text
5 lines
189 B
Text
# Force Unix line endings for shell scripts so Docker builds
|
|
# work regardless of the user's core.autocrlf setting.
|
|
*.sh text eol=lf
|
|
docker-entrypoint.sh text eol=lf
|
|
Dockerfile text eol=lf
|