- Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
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 }