Join Slack
Powered by
<@U092N7GGG> I would love to be able to set spaci...
# intellij
b
bob
02/23/2017, 9:24 AM
@yole
I would love to be able to set spacing within parentheses. Like this:
fun foo( bar:String )
and
foo( “bar” )
I don’t want spaces between function name and parameter list in whens and for. From this
for (i in 0..2)
to this
for( i in 0..2 )
It’s the two I would appreciate the most. 😃
Open in Slack
Previous
Next