1# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 2# 3# SPDX-License-Identifier: curl 4 5buildconf eol=lf 6configure.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 13# Batch files must be run with CRLF line endings. 14# Refer to https://github.com/curl/curl/pull/6442 15*.bat text eol=crlf 16