Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts97 …return getActualIndentationForListStartLine(containerList, sourceFile, options) + indentSize; // T…
496 …function getActualIndentationForListStartLine(list: NodeArray<Node>, sourceFile: SourceFile, optio… function
517 …return getActualIndentationForListStartLine(containingList, sourceFile, options) + (listIndentsChi…