.gitattributes 658 B

12345678910111213141516171819202122232425
  1. .gitattributes export-ignore
  2. .hooks* export-ignore
  3. bootstrap crlf=input
  4. configure crlf=input
  5. *.[1-9] crlf=input
  6. *.sh crlf=input
  7. *.sh.in crlf=input
  8. *.bat -crlf
  9. *.bat.in -crlf
  10. *.dsp -crlf
  11. *.dsw -crlf
  12. *.pfx -crlf
  13. *.png -crlf
  14. *.sln -crlf
  15. *.vcproj -crlf
  16. *.c whitespace=tab-in-indent
  17. *.h whitespace=tab-in-indent
  18. *.cxx whitespace=tab-in-indent
  19. *.txt whitespace=tab-in-indent
  20. *.cmake whitespace=tab-in-indent
  21. *.rst whitespace=tab-in-indent conflict-marker-size=79