.gitattributes 351 B

12345678910111213141516171819202122232425
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. *.c text
  4. *.cpp text
  5. *.h text
  6. *.icf text
  7. *.js text
  8. *.json text
  9. *.ld text
  10. *.md text
  11. *.mk text
  12. *.py text
  13. *.rst text
  14. *.s text
  15. *.txt text
  16. *.xml text
  17. *.yml text
  18. Makefile text
  19. # Windows-only Visual Studio things
  20. *.sln text eol=crlf
  21. *.csproj text eol=crlf