Configuration yml have windows-style CLRF endings

Created on 11 August 2025, 14 days ago

Problem

When pulling the branch onto non-Windows system git status shows the following files as a diff but there is actually no diff shown.

  • modules/ai_migration_example/config/install/core.entity_form_display.node.easy_migration_example.default.yml
  • modules/ai_migration_example/config/install/core.entity_view_display.node.easy_migration_example.default.yml

Steps to reproduce

Checkout a branch and doing a git status

Proposed resolution

Convert CLRF to LF line endings by using "sed -i $'/\r$//" from CLI to the two files.

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States webbywe

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024