-
Notifications
You must be signed in to change notification settings - Fork 56
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
Avoid horizontal alignment pattern #288
Comments
dongcheolpark
changed the title
Avoid Horizontal Alignment Pattern
Avoid horizontal alignment pattern
Jan 25, 2023
I think Rufo should behaves as unobtrusive by default. So in this case, I think the expected output of Rufo is return some_method(param: {
first: 'first',
second: {
second_first: {},
second_second: {}
}
}) |
I can't say it is a bug, but it is a point that could be improved through discussion. I think a variety of test cases would help the discussion. |
I vote for this
It's what I follow but I feel that is against the gem's vision :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
this is my code.
I'd like to format my code as follows:
or
but rufo make code like this:
I can't find any configuration to avoid this pattern.
Do guys Have plan implement this feature?
The text was updated successfully, but these errors were encountered: