mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
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:
parent
c685cf336a
commit
004479e052
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue