.gitattributes 397 B

12345678910111213141516171819202122232425262728293031
  1. * text=auto
  2. *.c text
  3. *.cpp text
  4. *.h text
  5. *.m text
  6. *.mm text
  7. *.md text
  8. *.txt text
  9. *.html text
  10. *.bat text
  11. *.frag text
  12. *.vert text
  13. *.mkb text
  14. *.icf text
  15. *.sln text eol=crlf
  16. *.vcxproj text eol=crlf
  17. *.vcxproj.filters text eol=crlf
  18. *.natvis text eol=crlf
  19. Makefile text eol=lf
  20. *.sh text eol=lf
  21. *.pbxproj text eol=lf
  22. *.storyboard text eol=lf
  23. *.plist text eol=lf
  24. *.png binary
  25. *.ttf binary
  26. *.lib binary