From: XhmikosR Date: Tue, 25 Aug 2015 05:50:03 +0000 (+0300) Subject: Enforce LF for .rb files too. X-Git-Tag: v4.0.0-alpha.2~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366e51df3f75bca708a9f7489cb9e0088a544596;p=thirdparty%2Fbootstrap.git Enforce LF for .rb files too. --- diff --git a/.gitattributes b/.gitattributes index 3d8e20c85e..6a776dc6e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ *.js text eol=lf *.json text eol=lf *.md text eol=lf +*.rb text eol=lf *.scss text eol=lf *.svg text eol=lf *.yml text eol=lf