.gitattributes 613 B

123456789101112131415161718192021222324
  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. *.dsptemplate -crlf
  12. *.dsw -crlf
  13. *.pfx -crlf
  14. *.png -crlf
  15. *.sln -crlf
  16. *.vcproj -crlf
  17. *.c whitespace=tab-in-indent
  18. *.h whitespace=tab-in-indent
  19. *.cxx whitespace=tab-in-indent
  20. *.txt whitespace=tab-in-indent
  21. *.cmake whitespace=tab-in-indent