From 913591517d33d2cdb53fa9c4bcd19c6129cb97bc Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Tue, 28 May 2019 21:23:28 +0900 Subject: [PATCH] Add .gitattributes (#26) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..979e813e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Declare files that will always have CRLF line endings on checkout. +*.sh text eol=lf +*.py text eol=lf +*.service text eol=lf +Makefile text eol=lf