It would be cool if IDEA could change the format of already written code
from:

public class Foo
{
  public static void main(String[] args)
  {
    ...
  }
}

To:

public class Foo {
        public static void main(String[] args) {
                ...
        }
}

Including changing spaces to tabs and moving the braces. Is this already
in there and I'm just not looking in the right place?

--Erik



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

Reply via email to