From 201d82f5d06278deb43b3fcdefe518866dc5a7e0 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 16 Jun 2016 15:53:02 +0200 Subject: [PATCH] `.cmd` files use windows-style eol --- .gitattributes | 1 + 1 file changed, 1 insertion(+) 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