Skip to content

Prettier toml serialization? #185

@themg95

Description

@themg95

I've noticed that in older versions toml is serialized like this:

[category]
option1 = true
option2 = false

but now it's serialized like this:

category = {option1 = true, option2=false}

Is there an option to switch to the older formatting?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions