git-tips / tips

Most commonly used git tips and tricks.
http://git.io/git-tips
MIT License
21.36k stars 1.7k forks source link

Add Prevent auto replacing LF with CRLF #176

Closed hqsz closed 4 years ago

hqsz commented 5 years ago

Hello. I Add prevent auto replacing LF with CRLF which often occurs using other text editors together with vim.

This PR can remove below warnings. $ warning: LF will be replaced by CRLF in "filename"

Also i follow easy step of contributing.md. Check and merge plz. thank u :)