Windows and Unix-Like OS have different definitions of a newline:
http://en.wikipedia.org/wiki/Newline#Common_problems
If you transfer a file between them, you have to handle it yourself.
For example see git: https://help.github.com/articles/dealing-with-line-endings/
http://en.wikipedia.org/wiki/Newline#Common_problems
If you transfer a file between them, you have to handle it yourself.
For example see git: https://help.github.com/articles/dealing-with-line-endings/