Sunday 10 September 2017

Git properties for project having eol(end of line) as LF but check-in and check-out from Windows

$ git config core.autocrlf false
$ git config --global core.eol lf

This will automatically convert the line endings to LF during check-in and check-out of project.