Skip to content
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

object.switch() gets split in two lines #422

Closed
hyperknot opened this issue Mar 10, 2014 · 1 comment
Closed

object.switch() gets split in two lines #422

hyperknot opened this issue Mar 10, 2014 · 1 comment

Comments

@hyperknot
Copy link

It seems that the switch-case detector is quite aggressive and splits statements like

object.switch()

to

object.
switch()

There is no way to disable this, it does it both with and without the 'happy' option.

@bitwiseman
Copy link
Member

Duplicate of #368. We're working on it thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants