Spacing of Generic type parameters
I like my parameterized types declared like this:
new HashMap<String, String>()
but Idea always generates like this:
new HashMap<String,String>()
Is there somewhere to configure having a space after the comma? I've
looked through the code style config ui and can't see anything...
Cheers,
N.
Please sign in to leave a comment.