- Issue created by @Anybody
- Status changed to Closed: duplicate
about 1 year ago 7:48am 13 December 2023 - πΊπΈUnited States sunil jolapara 3265 Summitrun Drive, Independence, KY, 41051
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/drowl_admin_dashboard/drowl_admin_dashboard.layouts.yml.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/drowl_admin_dashboard/images/dashboard_admin_menu_icon.svg.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/drowl_admin_dashboard/images/dashboard_admin_menu_icon__active.svg.
The file will have its original line endings in your working directory
warning: CRLF will be replaced by LF in web/modules/contrib/drowl_admin_dashboard/templates/layout/admin_dashboard_default.html.twig.
The file will have its original line endings in your working directory
Run git add .
on the modules checked out using composer
Configure editor correctly and re-save these files using LF line endings.
Closed: duplicate
2.0
Code