Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent for enums #11

Open
AShim3D opened this issue Nov 7, 2014 · 0 comments
Open

Indent for enums #11

AShim3D opened this issue Nov 7, 2014 · 0 comments

Comments

@AShim3D
Copy link

AShim3D commented Nov 7, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant