Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts46getIndentationForToken(tokenLine: number, tokenKind: SyntaxKind, container: Node, suppressDelta: b… method
617 getIndentationForToken: (line, kind, container, suppressDelta) =>
920 …dynamicIndentation.getIndentationForToken(tokenStart.line, currentTokenInfo.token.kind, container,…