Hi,

I'd like to propose a code formatting option. Have a separate continuation 
indent for method declarations:

Currently, when putting a declaration on multiple lines, it looks like

public void handle( String example )
        throws FooBarException {
   // body starts here
}

I think it's more readable and even more consistent to use

public void handle( String example )
throws FooBarException {
   // body starts here
}

Opinions?

Ciao
        Stef
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to