I'm seeing an annoying indentation bug in Build #650 (it was also in #648).
Specifically, I want my code to appear as follows:

public void methodName()
{
    if (xyz)
    {
    }
}

but IDEA insists on indenting this way:

public void methodName()
{
    if (xyz)
        {
        }
}

which is an absolutely VILE way of writing code. I've tried changing
settings but nothing I do seems to fix the problem.


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to