Open firedev opened 10 years ago
Yes, it is language-specific. Ruby is not supported yet.
In fact aligning PHP method calls end up the same, ->
used in PHP as well.
Also I am not sure it has to add extra spaces before the comma. I.e. it should be:
whatever, -> { }
instead of:
whatever , -> { }
Sorry, accidentally closed this.
It might be language-specific, but still, it explodes lambdas in ruby:
Before:
After: