Open aeisenberg opened 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.
}
Consider an editor with the following text:
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.