From af720cb557b76906ba78f2dcf283ba5290baf5c1 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Fri, 29 May 2020 16:07:42 +0200 Subject: [PATCH] don't convert bat/cmd files --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 185d06ca206..8e15ecd6721 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ qcodes/_version.py export-subst -* text=auto +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file