backdrop-contrib / devel

Provides helper functions for Backdrop developers.
https://backdropcms.org/project/devel
GNU General Public License v2.0
10 stars 13 forks source link

Krumo library includes some CRLF line endings #146

Closed quicksketch closed 2 years ago

quicksketch commented 2 years ago

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.