Skip to content

Indent for enums #11

@AShim3D

Description

@AShim3D

Hi!

Can you fix intent for emuns or tell where i can do this?

Problem:

public enum NAME {
    VALUE_1 = 0, // after press Enter unnecessary intent
        VALUE_2 = 1,
            ...     
}

Wants:

public enum NAME {
    VALUE_1 = 0, // after press Enter NO unnecessary intent
    VALUE_2 = 1,
    ...     
}

TextMate version 2.0-beta.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions