Is there the ability to do an alignment of string declarations?

for example, Idea formats a string assignment this way:

String str = "This is my string that " 
    "I am constructing on " +
    "muliple lines";


I'd like to have it format it like:

String str = "This is my string that "
             "I am constructing on " +
             "multiple lines";


Thanks,

-- Rick

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

Reply via email to