4 lines
141 B
Text
4 lines
141 B
Text
# Ensure shell scripts always use LF line endings regardless of OS.
|
|
*.sh text eol=lf
|
|
docker/entrypoint.sh text eol=lf
|
|
.gitignore text eol=lf
|