It's already there. Set the options under Tools|IDE Options|Code 
Style{|Indent And Braces} and press Ctrl-Alt-F.

Tom


At 17:59 05.03.02 -0800, you wrote:
>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