Searched full:commentindentation (Results 1 – 2 of 2) sorted by relevance
953 …const commentIndentation = dynamicIndentation.getIndentationForComment(currentTokenInfo.token.kind… constant954 …tTokenOrTrivia = indentTriviaItems(currentTokenInfo.leadingTrivia, commentIndentation, indentNextT…955 … item => insertIndentation(item.pos, commentIndentation, /*lineAdded*/ false));975 commentIndentation: number,983 …indentMultilineComment(triviaItem, commentIndentation, /*firstLineIsIndented*/ !indentNextTokenOrT…
35 Layout/CommentIndentation: