Skip to content

Indention bug: enums #59

@ckruse

Description

@ckruse

Hi,

indention for enums is totally bugged:

enum OrderViewTableTakeAwayCells: Int { case DeliveryCell = 0, nameCell = 1, emailCell = 2, phoneCell = 3, couponCodeCell = 4, lastCellIndex }
enum OrderViewTableDeliveryCells: Int { case DeliveryCell = 0, nameCell, emailCell, phoneCell, couponCodeCell, addressCell, address1Cell, zipCell, cityCell, lastCellIndex }
enum OtherEnum { case Val1 case Val2 case Val3 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions