- Code: Select all
MyClass.extend({
})
After typing {, the }) automatically appear, and then when you hit enter it indents the }) by 2.
I'd like it to indent to
- Code: Select all
MyClass.extend({
})
but nothing I'm changing in Indent.tmPreferences seems to be doing anything. Any ideas?