From 24edb7966733c7b9b03da092dca6872570f5b4ae Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen <jenielse@microsoft.com> Date: Wed, 10 Jun 2020 11:19:55 +0200 Subject: [PATCH] ensure that .py files are always text --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8e15ecd6721..e594b603ccd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ qcodes/_version.py export-subst * text=auto eol=lf +*.py text *.{cmd,[cC][mM][dD]} text eol=crlf *.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file