Skip to content

enums indent by only a single space but should indent by 4 #2080

@eureka-cpu

Description

@eureka-cpu

Currently this:

enum Color {
    Blue : (),
    Green : (),
    Red : (),
    Silver : (),
    Grey : (),
}

formats to this:

enum Color {
 Blue : (),
 Green : (),
 Red : (),
 Silver : (),
 Grey : (),
}

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions