mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Some Git clients on Windows may use CRLF otherwise, which effectively prevents running such scripts.
3 lines
153 B
Text
3 lines
153 B
Text
# 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
|