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