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?
| |||
|
feedback
|
|
Use a gitattributes file to specify e.g.
| |||
|
feedback
|