Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts86 …const actualIndentation = getActualIndentationForListItemBeforeComma(precedingToken, sourceFile, o… constant
87 if (actualIndentation !== Value.Unknown) {
88 return actualIndentation;
161 …const actualIndentation = getActualIndentationForListItem(current, sourceFile, options, /*listInde… constant
162 if (actualIndentation !== Value.Unknown) {
163 return actualIndentation;
227 …let actualIndentation = getActualIndentationForListItem(current, sourceFile, options, listIndentsC…
228 if (actualIndentation !== Value.Unknown) {
229 return actualIndentation + indentationDelta;
233actualIndentation = getActualIndentationForNode(current, parent, currentStart, parentAndChildShare…
[all …]