Join Slack
Powered by
What would be the Kotlin formatter setting that le...
# random
c
cedric
07/06/2016, 6:31 PM
What would be the Kotlin formatter setting that lets me format this code:
Copy code
val a = if (condition) { f() } else { g() }
like this:
Copy code
val a = if (condition) { f() } else { g() }
?
Open in Slack
Previous
Next