I have a git repository which contains (among others) *.wse text files and *.sh text files. How can I setup git to always checkout *.wse files with CRLF line endings and *.sh files with LF line endings?
I have a git repository which contains (among others) *.wse text files and *.sh
Share
Use a gitattributes file to specify e.g.