This RFC documents the format used for Comma-Separated Values (CSV) files and registers the associated MIME type "text/csv". This memo provides information for the Internet community.
I noticed a repository’s .gitattributes entry for *.csv used text eol=crlf so I investigated and found this.
We want to move down to the next line (line feed) but also to the beginning of that line (carriage return) after all.