When working on a site that has a .gitattributes file that specifies LF (Linux) line-endings only, I found that a few CSS files in Devel have CRLF (Windows) line-endings. All files in Backdrop core use LF line-endings, and Devel should too.
To fix and prevent this issue in the future, I think we should add our own .gitattributes file to Devel (and probably all contrib projects by default) so that Windows (or Mac) line endings don't accidentally slip into the codebase.
When working on a site that has a
.gitattributes
file that specifies LF (Linux) line-endings only, I found that a few CSS files in Devel have CRLF (Windows) line-endings. All files in Backdrop core use LF line-endings, and Devel should too.To fix and prevent this issue in the future, I think we should add our own
.gitattributes
file to Devel (and probably all contrib projects by default) so that Windows (or Mac) line endings don't accidentally slip into the codebase.