2023-01-02 20:51:48 +08:00
|
|
|
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-05-17 17:16:50 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: curl
|
|
|
|
|
2010-03-25 11:48:35 +08:00
|
|
|
*.dsw -crlf
|
2012-07-16 00:25:55 +08:00
|
|
|
buildconf eol=lf
|
|
|
|
configure.ac eol=lf
|
|
|
|
*.m4 eol=lf
|
2012-07-18 02:35:23 +08:00
|
|
|
*.in eol=lf
|
2017-03-22 06:20:03 +08:00
|
|
|
*.am eol=lf
|
2017-04-15 06:10:27 +08:00
|
|
|
*.sh eol=lf
|
2018-12-07 03:20:32 +08:00
|
|
|
*.[ch] whitespace=tab-in-indent
|
2021-01-13 15:03:57 +08:00
|
|
|
|
|
|
|
# Batch files (bat,btm,cmd) must be run with CRLF line endings.
|
|
|
|
# Refer to https://github.com/curl/curl/pull/6442
|
|
|
|
*.bat text eol=crlf
|
|
|
|
*.btm text eol=crlf
|
|
|
|
*.cmd text eol=crlf
|