From ccd3da56c9e2200534407243f53fc5f412aba026 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Fri, 2 Feb 2018 23:49:00 +0100 Subject: [PATCH] Use CRLF for all file except shell scripts; *.com and elvis.rc kept as binaries. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6ab18f4a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text eol=crlf +*.sh text eol=lf +*.com -text +elvis.rc -text