Hi dear list,
I would like to have an option in IDE Options | Code Style | Indent and Braces to 
specify
a "compact" indentation. "compact" indentation means: use only one line for the 
(simple)
statements that would take only one. For example, a method like this

    public String getName() {
        return name;
    }

would be compacted in one line like this:
    public String getName() { return name; }

Something similar could then be done for if, while, etc statements too.
I know, it's a matter of taste, but I find the compacted code more readable.

  Thanks -- bye
  Andrea Vicentini


__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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

Reply via email to