You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lack of indentation on the second line makes this quite hard to read.
Curiously, if .to is replaced with some other two-letter method name, then the second line is indented by 5 spaces. (Is .to special-cased somehow?). This works out better, but 5 spaces seems a little arbitrary:
The lack of indentation on the second line makes this quite hard to read.
Curiously, if
.to
is replaced with some other two-letter method name, then the second line is indented by 5 spaces. (Is.to
special-cased somehow?). This works out better, but 5 spaces seems a little arbitrary:Adding parenthesis to the method call makes things much cleaner:
Perhaps syntax_tree should always add parenthesis when method arguments need to be wrapped across multiple lines?
The text was updated successfully, but these errors were encountered: