Formatting spaces within braces { } of an Annotaiton

For annotation: @Test({Foo.Bar})

Is there a setting that creates spaces within the braces so it will look like this:

@Test({ Foo.Bar })

0
Avatar
Permanently deleted user

Hello,

Please check the following box to achieve the desired behavior - 'Project Settings | Code Style | Java | Spaces | Within | Array initializer braces'

Denis

0
Avatar
Permanently deleted user

Thanks! That's exactly what I was looking for.

0
Avatar
Permanently deleted user

You are welcome

Denis

0

请先登录再写评论。