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

Parameters not aligned for multiline method calls with no parenthesis #91

Open
kuon opened this issue Jun 22, 2015 · 0 comments
Open

Parameters not aligned for multiline method calls with no parenthesis #91

kuon opened this issue Jun 22, 2015 · 0 comments

Comments

@kuon
Copy link

kuon commented Jun 22, 2015

Correct alignment:

mymethod :foo,
         opt1: :bar,
         opt2: 'hello'

what BeautifyRuby produces:

mymethod :foo,
  opt1: :bar,
  opt2: 'hello'
@kuon kuon changed the title Parameters not aligned for multiline method calls Parameters not aligned for multiline method calls with no parenthesis Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant