1 2 3 4 5 6 7 8 9 10 11 12
# Set default behaviour, in case users don't have core.autocrlf set. * text=auto # Github .md text eol=lf # Visual Studio *.sln text eol=crlf *.vcproj text eol=crlf *.vcxproj text eol=crlf *.props text eol=crlf *.filters text eol=crlf