mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
8708d8da49
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
|