adobe-fonts / source-sans

Sans serif font family for user interface environments
https://adobe-fonts.github.io/source-sans
SIL Open Font License 1.1
3.46k stars 231 forks source link

Convert LICENSE.md line endings from CRLF to LF. #272

Closed sorenstoutner closed 7 months ago

sorenstoutner commented 7 months ago

I am in the process of packaging Source Sans 3 for Debian. As part of that, I noticed that the LICENSE.md file is currently formatted with CRLF line endings. As it appears that everything else in the project uses LF line endings, I assume that this is not intentional.

Debian's build environment doesn't much like having files with CRLF line endings in the upstream tarball, because it looks like a file has been changed compared to the copy in the build Git repository (which automatically converts from CRLF to LF).

Would you be willing to commit this small change which just converts all the line endings from CRLF to LF?

sorenstoutner commented 7 months ago

Thanks.