diff --git a/src/services/formatting.ts b/src/services/formatting.ts index 7b689544724..7b78c16a689 100644 --- a/src/services/formatting.ts +++ b/src/services/formatting.ts @@ -297,7 +297,6 @@ module ts.formatting { var delta = 0; if (indentation === Constants.Unknown) { if (isSomeBlock(node.kind)) { - delta = options.IndentSize; // blocks should be indented in // - other blocks // - source file