phax/jcodemodel

Normalize line endings

Closed this issue · 3 comments

Currently some files use Windows line endings.

See discussion at 300a18a#commitcomment-17574321

phax commented

Can you please check whether it does the trick for you now? Thanks

It seems so. I am using the following command to check CRLF line endings, and it returns empty:

dos2unix -ic *.* | xargs dos2unix
phax commented

I'm using Windows so I need to play a few tricks :)