Indent Attribute Does Not Behave Properly On Nested Classes

Issue #279 resolved
Colton Ramos created an issue
[Serializable]
public class Foo
{
    [Indent]
    public Foo memberFoo;

    [Indent]
    public Foo memberFoo2;
}

Classes / Interfaces in the style of this pattern do not play well with indentation after the 2nd layer down or so. See attached image.

Comments (2)

  1. Log in to comment