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
Hi Alex.
Current behavior is consistent with Intellij built-it formatter (see #62 (comment)).
I'd say we hold off until either Intellij is updated to reflect the change or there is a way to configure Intellij built-it formatter not to put space between @ and {.
@shyiko That's no longer the case (with the 1.2.30 plugin at least), here's a screenshot of IntelliJ complaining:
And if I run the auto formatter, it attaches the @ with the bracket.
See: https://kotlinlang.org/docs/reference/coding-conventions.html#lambda-formatting
And the code that breaks it:
The text was updated successfully, but these errors were encountered: