Skip to content

Convert CRLF to LF line terminators

Cagil Guemues requested to merge lf_line_endings into master

To be honest I didn't make the effort to further investigate Git's ways of handling this (core.autocrlf option etc). I was just slightly annoyed by the extra ^M characters being printed in my terminal during 'git diff' and the like and I hope that having only LF line endings on the server will solve this in a good way.

Merge request reports