4 lines
120 B
Text
4 lines
120 B
Text
|
# Set line endings of shell scripts to LF, even on Windows, otherwise execution
|
||
|
# within Docker fails.
|
||
|
*.sh text eol=lf
|