From: gmungoc Date: Fri, 10 Oct 2014 14:14:06 +0000 (+0100) Subject: JAL-1551 CRLF handling X-Git-Tag: Jalview_2_9~169^2~30 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c48c2f08cdc5e9ec96cae9829c4a3e502bcd8a8a;p=jalview.git JAL-1551 CRLF handling --- 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