Why is vim creating files with DOS line endings?
I have set fileformat=unix in my .vimrc, and yet if I create a file in vim (running in Cygwin) it persists in creating DOS-format files, and I have to run them through dos2unix to clean them. (I guess I don’t really have to, since Git cleans them up for me, but it just bugs me … Read more