Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts47getIndentationForComment(owningToken: SyntaxKind, tokenIndentation: number, container: Node): numb… method
594 getIndentationForComment: (kind, tokenIndentation, container) => {
925 …const commentIndentation = dynamicIndentation.getIndentationForComment(currentTokenInfo.token.kind…