From fccbfc0fb97485f27f271fdccc60a7e8a01dc771 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 8 May 2019 18:29:42 -0400 Subject: test py27 with windows container on azure (#4880) * test py27 with windows container on azure * refactor a bit * oops missed this * show me some autocrlf * wat * add a gitattributes to force LF endings. can't use autocrlf false because we don't control the git clone in azure * remove thing we don't need * more things --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..dab8975e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pem text eol=lf -- cgit v1.2.3