mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
fix indentation for nested items
This commit is contained in:
parent
9a30fa882b
commit
680b59481b
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user