From 366e51df3f75bca708a9f7489cb9e0088a544596 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Aug 2015 08:50:03 +0300 Subject: [PATCH] Enforce LF for .rb files too. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) 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