From 68714a8eb85d2bda106dcc3cf825141b43980ccc Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sat, 14 Jul 2018 08:01:19 -0700 Subject: [PATCH] Added gitattributes file This normalizes all line endings to LF, not CRLF. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c31c2bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Auto detect text files and perform LF normalization +* text=lf +*.py eol=lf +*.ipynb eol=lf \ No newline at end of file