7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
# Force LF for shell scripts (critical for Docker on Windows)
|
|
*.sh text eol=lf
|
|
entrypoint.sh text eol=lf
|
|
|
|
# Default for other files
|
|
* text=auto
|