From 44c19fefe6206fd5a5ca60e2c99ae75b2404b29d Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 4 Feb 2022 17:30:05 -0500 Subject: [PATCH] fix CRL for *.url files --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index a10aff251c..3975fc099f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,5 +7,5 @@ *.pde text # Files that will always have CRLF line endings on checkout. -*.bat *.url eol=crlf - +*.bat eol=crlf +*.url eol=crlf