vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Auto indent feature should fix indentation #243

Open aeisenberg opened 11 years ago

aeisenberg commented 11 years ago

Consider an editor with the following text:

var f = {
        extractParameters : function(fnType) {

}

Notice that there is no indentation in the line after the second open curly. Place caret on that line and type }. I would expect that the close curly is properly indented, but it is not.