Home
last modified time | relevance | path

Searched full:commentindentation (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts953 …const commentIndentation = dynamicIndentation.getIndentationForComment(currentTokenInfo.token.kind… constant
954 …tTokenOrTrivia = indentTriviaItems(currentTokenInfo.leadingTrivia, commentIndentation, indentNextT…
955 … item => insertIndentation(item.pos, commentIndentation, /*lineAdded*/ false));
975 commentIndentation: number,
983 …indentMultilineComment(triviaItem, commentIndentation, /*firstLineIsIndented*/ !indentNextTokenOrT…
/third_party/grpc/src/ruby/
D.rubocop_todo.yml35 Layout/CommentIndentation: