dkan icon indicating copy to clipboard operation
dkan copied to clipboard

Add default Drupal gitattributes

Open dafeder opened this issue 2 months ago • 0 comments

Follow-up to #4592. Replaces #4589.

We should ideally use the default Drupal gitattributes file to enforce things like proper line endings.

Unfortunately at the moment we have a few files that do contain CLRF line endings. This means if the default gitattributes file is applied the repo can get into a broken state where you can't switch branches because line endings don't match.

This issue is to remind us to come back to this, maybe as part of a 4.x release or switching from packagist to drupal.org where we go ahead and fix all those files in one fell swoop.

dafeder avatar Oct 30 '25 16:10 dafeder