From c48c2f08cdc5e9ec96cae9829c4a3e502bcd8a8a Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 10 Oct 2014 15:14:06 +0100 Subject: [PATCH] JAL-1551 CRLF handling --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ecd18ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# force text file line endings to LF (Unix style) on commit +# see https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings +* text=auto + +# see also http://git-scm.com/book/en/Customizing-Git-Git-Configuration#Formatting-and-Whitespace +# Users should set a git/config entry of +# core.autocrlf = true # for Windows +# core.autocrlf = input # for Mac \ No newline at end of file -- 1.7.10.2