2
0

.gitattributes 304 B

1234567891011121314
  1. *.dsw -crlf
  2. buildconf eol=lf
  3. configure.ac eol=lf
  4. *.m4 eol=lf
  5. *.in eol=lf
  6. *.am eol=lf
  7. *.sh eol=lf
  8. *.[ch] whitespace=tab-in-indent
  9. # Batch files (bat,btm,cmd) must be run with CRLF line endings.
  10. # Refer to https://github.com/curl/curl/pull/6442
  11. *.bat text eol=crlf
  12. *.btm text eol=crlf
  13. *.cmd text eol=crlf