From 96e2e188eac32ba715d97e79abe3ca6f992c7d53 Mon Sep 17 00:00:00 2001 From: Kyle Feuz Date: Fri, 21 Nov 2014 00:59:22 -0700 Subject: [PATCH] .bat files always have windows line endings. build/macosx/jAppleMenuBar.url does as well --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index f4fc69cb2..b7d98e49d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,12 @@ +# Set the default behavior, in case people don't have core.autocrlf set. * text=auto + +# Files which should always be normalized and converted +# to native line endings on checkout. *.java text *.pde text + +# Files that will always have CRLF line endings on checkout. +*.bat eol=crlf +build/macosx/jAppleMenuBar.url eol=crlf +