Reformat Code question
i use build 3177 on MS WinXP sp2
if i set Continuation indent 4
the code refomated like
+public class Demo
extends Object
{
public static void main(String[] args)
{
}
}+
if i set Continuation indent 0
the code refomated like
+public class Demo
extends Object
{
public static void main(String[] args)
{
}
}+
but i want is
+public class Demo
extends Object
{
public static void main(String[] args)
{
}
}+
is there any suggestion? or it just a bug?
Please sign in to leave a comment.
Just a bug. Reported a couple of times on the tracker:
http://www.intellij.net/tracker/idea/viewSCR?publicId=41556
Oh,it's so terriable.