phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
92 stars 34 forks source link

Normalize line endings #48

Closed WonderCsabo closed 8 years ago

WonderCsabo commented 8 years ago

Currently some files use Windows line endings.

See discussion at https://github.com/phax/jcodemodel/commit/300a18a9878b3f9b38f21695e17f5888a2cb1e5d#commitcomment-17574321

phax commented 8 years ago

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

WonderCsabo commented 8 years ago

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

dos2unix -ic *.* | xargs dos2unix
phax commented 8 years ago

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