0
0
mirror of https://github.com/irssi/irssi.git synced 2025-06-30 22:18:06 -04:00

Merge pull request #415 from lanurmi/gitattributes

Add .gitattributes to ensure all shell scripts have LF as eol-style.
This commit is contained in:
ailin-nemui 2016-02-07 11:48:27 +01:00
commit 6d8b92af8a

3
.gitattributes vendored Normal file
View File

@ -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