-
Notifications
You must be signed in to change notification settings - Fork 25
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
Bracket in comment increases indent level #72
Comments
Is this still the case? I installed the latest version and didn't see it - but maybe there's something else going on here. |
Yes, this happens on my side. But it also happens with Bash, D, JSON, Lua, R, Ruby, and Rust, but not with C, C#, C++, Java, JavaScript, TypeScript... |
Very strange, hmm. I'll look into it. |
Maybe it's this TM_COMMENT_DISABLE_INDENT you need? |
Wait no, doesn't seem to be it. my bad |
Press Enter at the end of the line below.
// hello {
The indent level increases when it should not. Other sublime syntaxes do not have this behavior.
The text was updated successfully, but these errors were encountered: