7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
# Force LF line endings for shell scripts (critical for Docker)
|
|
*.sh text eol=lf
|
|
docker/entrypoint-*.sh text eol=lf
|
|
|
|
# Default behavior
|
|
* text=auto
|