Skip to content

std.manifestTomlEx: Output a more minimal form of TOML #1184

Open
@Tatsh

Description

@Tatsh

Do not output extra key headers with no values within:

[tool]

[tool.item]
key = 1

Instead just write:

[tool.item]
key = 1

Also I think std.manifestToml should be an alias to Ex with no spaces: manifestToml(value):: std.manifestTomlEx(value, ''),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions