.gitattributes 547 B

123456789101112131415161718192021
  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. *.dsp -crlf
  10. *.dsptemplate -crlf
  11. *.dsw -crlf
  12. *.sln -crlf
  13. *.vcproj -crlf
  14. *.c whitespace=tab-in-indent
  15. *.h whitespace=tab-in-indent
  16. *.cxx whitespace=tab-in-indent
  17. *.txt whitespace=tab-in-indent
  18. *.cmake whitespace=tab-in-indent