Answers for "warning: LF will be replaced by CRLF in [file_path]"

0

warning: LF will be replaced by CRLF in [file_path]

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

For Windows: disable the automatic changing to CRLF
	git config --global core.autocrlf false
Posted by: Guest on February-21-2022

Code answers related to "warning: LF will be replaced by CRLF in [file_path]"

Browse Popular Code Answers by Language