mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 11:24:29 -05:00
fix indentation for nested items
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user