csharp-tmbundle
csharp-tmbundle copied to clipboard
Indent for enums
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