From: jeresig Date: Fri, 27 Nov 2009 16:23:19 +0000 (-0500) Subject: Force endlines to be just LF (any CRLF is auto-converted to LF by Git). X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=1879e8cbeef6984495ee84f482900defda0dc3f4 Force endlines to be just LF (any CRLF is auto-converted to LF by Git). --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bcb36db --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* crlf=input