Code Style support for lambda body
Answered
According to https://kotlinlang.org/docs/reference/coding-conventions.html#lambda-formatting, there should be a space after the opening curly brace and before the closing curly brace in a lambda body. I don't see anywhere in the code style configurations to set this. Can someone help me out please?
Please sign in to leave a comment.
Hello,
It seems to be a known issue: https://youtrack.jetbrains.com/issue/KT-28098 . Please vote/comment on it on tracker to follow the progress.