Answers for "warning: crlf will be replaced by lf in main.java"

CSS
7

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
5

warning: LF will be replaced by CRLF in

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

Code answers related to "warning: crlf will be replaced by lf in main.java"

Browse Popular Code Answers by Language