.gitattributes 397 B

123456789101112131415161718
  1. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. #
  3. # SPDX-License-Identifier: curl
  4. *.dsw -crlf
  5. buildconf eol=lf
  6. configure.ac eol=lf
  7. *.m4 eol=lf
  8. *.in eol=lf
  9. *.am eol=lf
  10. *.sh eol=lf
  11. *.[ch] whitespace=tab-in-indent
  12. # Batch files (bat,btm,cmd) must be run with CRLF line endings.
  13. # Refer to https://github.com/curl/curl/pull/6442
  14. *.bat text eol=crlf
  15. *.btm text eol=crlf
  16. *.cmd text eol=crlf