.gitattributes 316 B

12345678910111213141516171819202122
  1. * text=auto eol=lf
  2. # match .editorconfig
  3. *.vcproj eol=crlf
  4. *.bat eol=crlf
  5. *.cmd eol=crlf
  6. *.xaml eol=crlf
  7. *.tt eol=crlf
  8. *.t4 eol=crlf
  9. *.ttinclude eol=crlf
  10. *.vcxproj eol=crlf
  11. *.vcxproj.filters eol=crlf
  12. *.csproj eol=crlf
  13. *.pyproj eol=crlf
  14. *.props eol=crlf
  15. *.targets eol=crlf
  16. *.sln eol=crlf
  17. *.sln.template eol=crlf