6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
# Ensure shell scripts always use LF line endings, even on Windows/Git Bash.
|
|
*.sh text eol=lf
|
|
|
|
# Batch files must use CRLF line endings to run correctly on Windows.
|
|
*.bat text eol=crlf
|