gitattributes: Use LF newlines in '.bash' files

This commit is contained in:
Brad King 2019-08-22 15:17:33 -04:00
parent 130dbe4a5d
commit 1a6e5ac5cf

1
.gitattributes vendored
View File

@ -11,6 +11,7 @@
bootstrap eol=lf
configure eol=lf
*.[1-9] eol=lf
*.bash eol=lf
*.sh eol=lf
*.sh.in eol=lf