From: Chris Rebert Date: Tue, 3 Dec 2013 19:06:31 +0000 (-0800) Subject: add .gitattributes file to enforce Unix newlines within the repo X-Git-Tag: v3.0.3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dab82d307259c9029e21fc5020ada482b0df7c;p=thirdparty%2Fbootstrap.git add .gitattributes file to enforce Unix newlines within the repo --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..0c6b2fea5f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Enforce Unix newlines +*.css text eol=lf +*.html text eol=lf +*.js text eol=lf +*.json text eol=lf +*.less text eol=lf +*.md text eol=lf +*.yml text eol=lf