Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/venv/scripts/common/activate text eol=lf
Lib/venv/scripts/posix/* text eol=lf
+# Prevent GitHub's web conflict editor from converting LF to CRLF
+*.rst text eol=lf
+
# CRLF files
[attr]dos text eol=crlf
-Fix crash in :mod:`csv` reader when iterating with a re-entrant iterator\r
-that calls :func:`next` on the same reader from within ``__next__``.\r
+Fix crash in :mod:`csv` reader when iterating with a re-entrant iterator
+that calls :func:`next` on the same reader from within ``__next__``.