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

Created on 24 April 2023, about 2 years ago
Updated 29 June 2023, almost 2 years 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/foundation_anchor_menu_block/config/install/block_content.type.famb_anchor.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/foundation_anchor_menu_block/config/install/field.field.block_content.famb_anchor.field_block_famb_anchor_id.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/foundation_anchor_menu_block/config/install/field.field.block_content.famb_anchor.field_block_famb_anchor_title.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/foundation_anchor_menu_block/config/install/field.storage.block_content.field_block_famb_anchor_id.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/foundation_anchor_menu_block/config/install/field.storage.block_content.field_block_famb_anchor_title.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/foundation_anchor_menu_block/config/optional/embed.button.famb_anchor.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/foundation_anchor_menu_block/config/optional/entity_browser.browser.block_content_famb_anchor_browser.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/foundation_anchor_menu_block/config/optional/language.content_settings.block_content.famb_anchor.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

Fixed

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