Skip to content

how to add indentation for array element #441

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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