.gitattributes 516 B

1234567891011121314151617181920
  1. .gitattributes export-ignore
  2. bootstrap crlf=input
  3. configure crlf=input
  4. *.[1-9] crlf=input
  5. *.sh crlf=input
  6. *.sh.in crlf=input
  7. *.bat -crlf
  8. *.dsp -crlf
  9. *.dsptemplate -crlf
  10. *.dsw -crlf
  11. *.sln -crlf
  12. *.vcproj -crlf
  13. *.c whitespace=tab-in-indent
  14. *.h whitespace=tab-in-indent
  15. *.cxx whitespace=tab-in-indent
  16. *.txt whitespace=tab-in-indent
  17. *.cmake whitespace=tab-in-indent