Create .gitattributes

added eol=lf attribute coz git core.autocrlf replaces lf to crlf once cloned under windows
pull/56/head
mivvan 11 months ago committed by GitHub
parent 559d4ae682
commit acc538c2a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitattributes vendored

@ -0,0 +1,2 @@
#bash script file
*.sh text eol=lf
Loading…
Cancel
Save