Configuration yml have windows-style CLRF endings
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3540849. --> Reported by: [webbywe](https://www.drupal.org/user/571194) Related to !14 >>> <h3 id="summary-problem-motivation">Problem</h3> <p>When pulling the branch onto non-Windows system git status shows the following files as a diff but there is actually no diff shown. </p> <ul> <li>modules/ai_migration_example/config/install/core.entity_form_display.node.easy_migration_example.default.yml</li> <li>modules/ai_migration_example/config/install/core.entity_view_display.node.easy_migration_example.default.yml</li> </ul> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Checkout a branch and doing a git status</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Convert CLRF to LF line endings by using "sed -i $'/\r$//" from CLI to the two files. </p>
issue