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.
This commit is contained in:
Richard Lawrence 2025-12-22 12:52:08 +01:00 committed by Stefan Monnier
parent c685cf336a
commit 004479e052

1
.gitattributes vendored
View file

@ -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/c-src/dostorture.c whitespace=cr-at-eol
test/manual/etags/cp-src/c.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/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. # The todo-mode file format includes trailing whitespace.
*.tod[aorty] -whitespace=blank-at-eol *.tod[aorty] -whitespace=blank-at-eol