From: Yann Collet Date: Thu, 16 Jun 2016 13:53:02 +0000 (+0200) Subject: `.cmd` files use windows-style eol X-Git-Tag: v0.7.0^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201d82f5d06278deb43b3fcdefe518866dc5a7e0;p=thirdparty%2Fzstd.git `.cmd` files use windows-style eol --- diff --git a/.gitattributes b/.gitattributes index da0f7a530..387080198 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,3 +18,4 @@ # Windows *.bat text eol=crlf +*.cmd text eol=crlf