From 0a1f923087267b2d9da100c6261e699f5bd7eeb0 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 20 Sep 2012 14:49:47 -0700 Subject: A couple minor .gitattributes additions. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 958b0b9f28..ac98781b3d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,16 @@ +# fallback on built-in heuristics +# this must be first so later entries will override it +* text=auto + # These files are text and should be normalized (convert crlf => lf) *.c text *.check text *.css text +*.flags text *.html text *.java text *.js text +*.policy text *.sbt text *.scala text *.sh text -- cgit v1.2.3