forked from PsychoticNinja/irssi
Some Git clients on Windows may use CRLF otherwise, which effectively prevents running such scripts.
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
# On Windows, some Git clients may normalize all text files' line-endings to
|
|
# CRLF, which causes obscure errors when running shell scripts.
|
|
*.sh eol=lf
|