Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts161 …const actualIndentation = getActualIndentationForListItem(current, sourceFile, options, /*listInde…
227 …let actualIndentation = getActualIndentationForListItem(current, sourceFile, options, listIndentsC…
503 …function getActualIndentationForListItem(node: Node, sourceFile: SourceFile, options: EditorSettin… function