From 6b392d160904b7d7d7fdeb335e9cdcf43f5ae12d Mon Sep 17 00:00:00 2001 From: sk89q Date: Sun, 28 Oct 2012 12:48:52 -0700 Subject: [PATCH] Remove auto-LF conversion from .gitattributes because it doesn't seem to work that well. --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 315270f79..36b113264 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -*.java diff=java text - +*.java diff=java