From 221261f0fdd35ca301e2c70c331ab85b12f0f9fe Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 4 Feb 2022 17:29:40 -0500 Subject: [PATCH] fix CRL for *.url files --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index b7d98e49d..a10aff251 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,5 @@ *.pde text # Files that will always have CRLF line endings on checkout. -*.bat eol=crlf -build/macosx/jAppleMenuBar.url eol=crlf +*.bat *.url eol=crlf