The current Code Styles does not support configuring the spacing for array
literals.

e.g

        String[] strings = new String[] { "x", "y" };

gets formatted to ...

        String[] strings = new String[]{"x", "y"};

Seriously, I think it's great I've finally got an IDE so good that this is
my major gripe with it :)

tim

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to