Skip to content

offset depth elements #7

Open
Open
@Kikobeats

Description

@Kikobeats

Looks like is not apply for all the elements

with offset = 2:

❯ node examples/formatter.js

  hello: "world"
    foo: "bar"
   deep:
         foo: "bar"
         arr:
              0: 1
              1: 2
              2: 3
              3: 4
              4: 5

with offset = 4:

❯ node examples/formatter.js

    hello: "world"
      foo: "bar"
     deep:
           foo: "bar"
           arr:
                0: 1
                1: 2
                2: 3
                3: 4
                4: 5

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions