Hi all, I don't see a setting for code style that allows me to place throws statements on a separate line. That would be nice to have.
e.g. instead of defaulting to
void methodA() throws Exception
{
}
I'd like to have
void methodA()
throws Exception
{
}
Thanks,
-- Rick
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features
