.gitattributes 569 B

12345678910111213141516171819202122
  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. *.sln -crlf
  14. *.vcproj -crlf
  15. *.c whitespace=tab-in-indent
  16. *.h whitespace=tab-in-indent
  17. *.cxx whitespace=tab-in-indent
  18. *.txt whitespace=tab-in-indent
  19. *.cmake whitespace=tab-in-indent