IDEA does not support customizing the format of array literals.

i.e I want to have:

String[] arr = new String[] { "a", "b", "c" };

but whenever I autoformat I get

String[] arr = new String[]{"a", "b", "c"};

Adding an "Array Literals" option to the "Before Left Brace" Spaces config
and a "Within Array Literals" option to the "Other" section would solve
this.

tim

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

Reply via email to