Vim shows ^M on every line ending.
^M
How do I replace this with a normal line break in a file opened in Vim?
This is the only thing that worked for me:
:e ++ff=dos
Found it at: http://vim.wikia.com/wiki/File_format