Skip to content

[Feature Request] Format indentation #885

Closed
@sakgoyal

Description

@sakgoyal

Is your feature request related to a problem? Please describe.
Can you add a way for the format to align all items in a model so its easier to read?
current:

model User {
	id ...
    somethinglong ...
	blah ...
}

expected:

model User {
	id             ...
    somethinglong  ...
	blah           ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions