Searched refs:guessIndentationFromExistingMembers (Results 1 – 1 of 1) sorted by relevance
630 …const indentation = this.guessIndentationFromExistingMembers(sourceFile, node) ?? this.computeInde…638 …private guessIndentationFromExistingMembers(sourceFile: SourceFile, node: ClassLikeDeclaration | I… method in ts.textChanges.ChangeTracker