diff options
| author | Richard Lawrence <rwl@recursewithless.net> | 2025-12-22 12:52:08 +0100 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2025-12-29 14:11:11 -0500 |
| commit | 004479e05255478272087d2d7e210c793061fcec (patch) | |
| tree | 8e7e1acb386399f035f7de023f8ba1bbf7b691bb /.gitattributes | |
| parent | c685cf336a480fcd2909f2ee704b824fe5e38b74 (diff) | |
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.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
