7008921080
Ensure .sh scripts have LF and .bat scripts have CRLF in working directory. Avoid conversion of Unix scripts to CRLF when checking out with core.autocrlf=true, on Windows, what may cause shell failures.
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
* text=auto !eol
|
|
|
|
# Scripts
|
|
*.bat text eol=crlf
|
|
*.sh text eol=lf
|