From a3032aec07fcf429d35326ae3e6e0d23b9a6d4dc Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 14 Jul 2017 14:38:00 -0400 Subject: [PATCH] NEW: .gitattributes Set Unix-only files to eol=lf --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0ddce6a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +bin/** text eol=lf +tools/** text eol=lf +Makefile text eol=lf +Portfile text eol=lf +blackbox.plugin.zsh text eol=lf