Closed kai-patel closed 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.
slime.el
.gitattributes
git config core.autocrlf == true
Files other than ELISP (.el) will be converted as before.
.el
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 withgit config core.autocrlf == true
.Files other than ELISP (
.el
) will be converted as before.