Fix CRLF line endings, should be LF (wrong editor configuration)

Created on 24 April 2023, about 2 years ago
Updated 20 September 2024, 8 months ago

Problem/Motivation

Some files use CRLF line endings, instead of LF, causing git warnings:

Affected files:

warning: CRLF will be replaced by LF in web/modules/contrib/block_component_library/block_component_library.install.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/block_component_library/config/install/field.field.block_content.basic.field_in_block_component_library.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/block_component_library/config/install/field.storage.block_content.field_in_block_component_library.yml.
The file will have its original line endings in your working directory

Steps to reproduce

Run git add . on the modules checked out using composer

Proposed resolution

Configure editor correctly and re-save these files using LF line endings.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

🇩🇪Germany Anybody Porta Westfalica

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

Comments & Activities

Production build 0.71.5 2024