Home
last modified time | relevance | path

Searched refs:initialIndentation (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts347 … sourceFileLike: SourceFileLike, languageVariant: LanguageVariant, initialIndentation: number, del…
352 initialIndentation,
397 initialIndentation: number,
426 …cessNode(enclosingNode, enclosingNode, startLine, undecoratedStartLine, initialIndentation, delta);
431 ? initialIndentation + options.indentSize!
432 : initialIndentation;
/third_party/typescript/src/services/
DtextChanges.ts1100 const initialIndentation = constant
1114 …formatNodeGivenIndentation(node, file, sourceFile.languageVariant, initialIndentation, delta, { ..…