-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line endings #81
Comments
If you have an editor even slightly better then notepad it'll deal with the line endings won't it? |
The problem isn't the editor, obviously. The problem is that git recognizes the files as modified. |
hmm I'll have to investigate. I'm using node's |
So, apparently, it doesn't always use LF... If the comment block is a multi-line /**/ block, it will leave the CRLF in there, giving you a mix. Can we get a fix for that? Perhaps, if it could detect the first instance of either LF or CRLF, and use that consistently? |
It appears fixmyjs always uses LF. This is a problem on Windows at least.
The text was updated successfully, but these errors were encountered: