Skip to content

Add stringifier indent option #1

@ChristianMurphy

Description

@ChristianMurphy
// option.indent = 0
graph {
a -- b
}

// option.indent = 2
graph {
  a -- b
}

// option.indent = 4
graph {
    a -- b
}

// option.indent = \t
graph {
	a -- b
}

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