Q:

lf will be replaced by crlf

git config core.autocrlf true
0
git config core.autocrlf true
1
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
0
$ git config --global core.autocrlf input
0

New to Communities?

Join the community