This is one thing that has been annoying me for sometime.
For some files, whenever I download them via Filezilla, and opening them up in Eclipise/Dreamweaver IDE, it will result in double line spacing. On the server, it is single line-spacing, and in Notepad as well.
Checking a hex editor, it seems that the newlines got mangled. Instead of
\r\n
or just a
\r
I get a \r\n\n
And I have to use the hex editor to fix the problem. Any ideas what may be wrong here? Maybe some settings in Filezilla?
Thanks!