I\'m new to git, and I\'ve read a lot about line endings and how git treats them. I\'m on Windows by the way. I have made a .gitattributes file and set for exam
.gitattributes
In your .gitattributes you can:
# normalize text files to use lf text eol=lf # except these which we want crlf *.txt eol=crlf