.gitattributes 331 B

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