From 5a2e342a465f6349b476035e976ff5bfc8d12649 Mon Sep 17 00:00:00 2001 From: orangain Date: Mon, 25 Jan 2016 14:27:01 +0900 Subject: [PATCH] Add .gitattributes to always checkout *.py files with LF line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d9bd16b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py text eol=lf