From e62556b212bc8cbc05e4594b474a2661841d0241 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 22 Nov 2020 00:34:47 +0100 Subject: [PATCH] Dealing with line endings... again. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..72ceae6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# These files are text and should be normalized +*.py text +*.txt text +