Setting up code format

Keeling <[email protected]> Tue, 18 Sep 2007 12:48:37 -0700 (PDT)
Newsgroups gmane.comp.java.netbeans.user-interface
Message-ID <[email protected]>
Is there a way to set up the auto code format to do the following:

if (     a.longMethodName(a, b, c, d)
    && (    b.longMethodName(1, 3, 5)
          || c.longMethodName(5, 34, 6))
    && d.longMethodName)

or even

if (     a.longMethodName(a, b, c, d)
    && (    b.longMethodName(1, 3, 5)
          || c.longMethodName(5, 34, 6)
         )
    && d.longMethodName
   )
-- 
View this message in context: http://www.nabble.com/Setting-up-code-format-tf4476687.html#a12764736
Sent from the Netbeans - UI mailing list archive at Nabble.com.