From 8d60cdbb309d7cc89aabfc258e1d82eac4beaa03 Mon Sep 17 00:00:00 2001 From: jnozsc Date: Mon, 9 Mar 2020 14:50:36 -0700 Subject: [PATCH] use LF instead of CR+LF for all python files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af02bac --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py text=auto eol=lf