fix indentation for nested items

This commit is contained in:
Vladimir Matveev 2014-11-05 15:35:18 -08:00
parent 9a30fa882b
commit 680b59481b

View File

@ -272,7 +272,7 @@ module ts.formatting {
getDelta: () => delta,
recomputeIndentation: (lineAdded) => {
if (parentIndentation) {
parentIndentation.recomputeIndentation(lineAdded);
//parentIndentation.recomputeIndentation(lineAdded);
}
var delta = getIndentationDelta(node, lineAdded);
if (delta) {