Searched refs:actualIndentation (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | smartIndenter.ts | 86 …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; 233 …actualIndentation = getActualIndentationForNode(current, parent, currentStart, parentAndChildShare… [all …]
|