every time I enter the git add command. always appears a warning
LF will be replaced by CRLF
I have tried to apply the
git config --global core.autocrlf true
this command works, but every time I try to git add. new projects must always enter the core.autocrlf command.
what I want to ask, is there a way to make this automatically without repeating the core.autocrlf command every time I add a new project
what I want to ask, is there a way to make this automatically without repeating the core.autocrlf command every time I add a new project