Answers for "LF will be replaced by CLRF"

2

lf will be replaced by crlf

Linux and MacOS: use characters as in file
$ git config --global core.autocrlf input

Windows: deactivate the automatic conversion to CRLF
$ git config --global core.autocrlf false
Posted by: Guest on December-04-2020
1

warning: LF will be replaced by CRLF in Design/css/bootstrap.min.css.

$ git config --global core.autocrlf input
Posted by: Guest on July-19-2020
0

LF will be replaced by CRLF in assets

git config core.autocrlf true
Posted by: Guest on April-23-2020
0

LF will be replaced by CLRF

$ git config --global core.autocrlf false
Posted by: Guest on October-12-2021

Code answers related to "LF will be replaced by CLRF"

Browse Popular Code Answers by Language