Skip to content

Allow compact representation of list #244

@theogf

Description

@theogf

Right now YAML.write_file will represent an array [1, 2, 3] as

field:
    - 1
    - 2
    - 3

It would be great to be able to use a more compact representation

field: [1, 2, 3]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions