Skip to content

[Feature Request] Single property objects on one line #29

Description

@korzynski

Would love to have an option to keep short properties (like ones that contain a single object or value) on a single line to improve readability. For example:

"Foo" : { "Bar" : {"Array" : [{"Name" : "Value" }] } }

Should be displayed as above, instead of:

"Foo" : {
    "Bar" : {
        "Array" : [{
                    "Name" : "Value"
            }
        ]
    }
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions