<@U092N7GGG> I would love to be able to set spaci...
# intellij
b
@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. 😃