kovisoft / slimv

Official mirror of Slimv versions released on vim.org
454 stars 60 forks source link

fix(#56): use gitattributes to prevent CRLF line endings #131

Closed kai-patel closed 1 year ago

kai-patel commented 1 year ago

As found in issue #56, slime.el must use LF line endings. This PR adds a .gitattributes to ensure this for users that clone SLIMV with git config core.autocrlf == true.

Files other than ELISP (.el) will be converted as before.