DEV Community

Discussion on: ELI5: The git error - 'CRLF would be replaced by LF in...'

Collapse
 
functional_js profile image
Functional Javascript

Another tip for setting LF on windows, If you're using VSC, be sure set this Eol (end of line) setting to "\n"

VSC Eol setting