• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*.dsw -crlf
2buildconf eol=lf
3configure.ac eol=lf
4*.m4 eol=lf
5*.in eol=lf
6*.am eol=lf
7*.sh eol=lf
8*.[ch] whitespace=tab-in-indent
9
10# Batch files (bat,btm,cmd) must be run with CRLF line endings.
11# Refer to https://github.com/curl/curl/pull/6442
12*.bat text eol=crlf
13*.btm text eol=crlf
14*.cmd text eol=crlf
15