Searched refs:initialIndentation (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | formatting.ts | 347 … 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/ |
D | textChanges.ts | 1100 const initialIndentation = constant 1114 …formatNodeGivenIndentation(node, file, sourceFile.languageVariant, initialIndentation, delta, { ..…
|