For annotation: @Test({Foo.Bar})
Is there a setting that creates spaces within the braces so it will look like this:
@Test({ Foo.Bar })
Hello,
Please check the following box to achieve the desired behavior - 'Project Settings | Code Style | Java | Spaces | Within | Array initializer braces'
Denis
Thanks! That's exactly what I was looking for.
You are welcome
Denis