mirror of https://github.com/irssi/irssi.git
Add .gitattributes to ensure all shell scripts have LF as eol-style.
Some Git clients on Windows may use CRLF otherwise, which effectively prevents running such scripts.pull/415/head
parent
161772892f
commit
8708d8da49
|
@ -0,0 +1,3 @@
|
|||
# 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
|
Loading…
Reference in New Issue