From 004479e05255478272087d2d7e210c793061fcec Mon Sep 17 00:00:00 2001 From: Richard Lawrence Date: Mon, 22 Dec 2025 12:52:08 +0100 Subject: [PATCH] Allow CRLF line endings in iCalendar (.ics) test files Thanks to Jim Porter for feedback in Bug#74994. * .gitattributes: Allow CRLF endings in iCalendar test files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5c0a591385f..06d4e0400d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -25,6 +25,7 @@ admin/charsets/mapfiles/PTCP154 whitespace=cr-at-eol test/manual/etags/c-src/dostorture.c whitespace=cr-at-eol test/manual/etags/cp-src/c.C whitespace=cr-at-eol test/manual/etags/html-src/algrthms.html whitespace=cr-at-eol +test/lisp/calendar/icalendar-resources/*.ics whitespace=cr-at-eol # The todo-mode file format includes trailing whitespace. *.tod[aorty] -whitespace=blank-at-eol