Skip to content

how to add indentation for array element #441

@YK-Unit

Description

@YK-Unit

When psych dump object to yaml file, I hope psych can add indentation for array element, for example:

parent:
  - child
  - child

And yet it is:

parent:
- child
- child

So I wonder how to add indentation for array element. Look forward to your solution, thanks very much.

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