Searched refs:nodeWillIndentChild (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | smartIndenter.ts | 581 …export function nodeWillIndentChild(settings: FormatCodeSettings, parent: TextRangeWithKind, child… function 701 … return nodeWillIndentChild(settings, parent, child, sourceFile, /*indentByDefault*/ false)
|
D | formatting.ts | 430 …const indentation = SmartIndenter.nodeWillIndentChild(options, enclosingNode, /*child*/ undefined,… 663 …return SmartIndenter.nodeWillIndentChild(options, node, child, sourceFile, /*indentByDefault*/ tru…
|