Skip to content

Support for indentation in inline tables #920

Description

@willpinha

Is there a way to support indentation in inline tables? So instead of doing:

user = { name="abc", password = false }

We can do:

user = {
  name="abc",
  password = false
}

This is especially useful when we are dealing with many fields in the inline table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions