Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts150 const indentationDelta = nextTokenKind !== NextTokenKind.Unknown constant
154 …(current, currentStart, /*ignoreActualIndentationRange*/ undefined, indentationDelta!, sourceFile,…
186 indentationDelta: number,
229 return actualIndentation + indentationDelta;
235 return actualIndentation + indentationDelta;
241 indentationDelta += options.indentSize!;
261 return indentationDelta + getBaseIndentation(options);