ExampleMod1.7.10 icon indicating copy to clipboard operation
ExampleMod1.7.10 copied to clipboard

Add csv to eol=crlf files

Open JL2210 opened this issue 1 year ago • 2 comments

https://www.ietf.org/rfc/rfc4180.txt

*.[cC][sS][vV]          text eol=crlf

JL2210 avatar Jul 31 '24 08:07 JL2210

Encoding considerations:

As per section 4.1.1. of RFC 2046 [3], this media type uses CRLF to denote line breaks. However, implementors should be aware that some implementations may use other values.

Nikolay-Sitnikov avatar Oct 19 '25 05:10 Nikolay-Sitnikov

Encoding considerations:

As per section 4.1.1. of RFC 2046 [3], this media type uses CRLF to denote line breaks. However, implementors should be aware that some implementations may use other values.

It's been a long while since I made this issue but I think it was because the csv files in the repo already use crlf despite not being listed in .gitattributes, and that gave me some trouble checking out and committing on Windows where autocrlf is on by default

JL2210 avatar Oct 19 '25 16:10 JL2210