Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts927 … item => insertIndentation(item.pos, commentIndentation, /*lineAdded*/ false));
932insertIndentation(currentTokenInfo.token.pos, tokenIndentation, lineAction === LineAction.LineAdde…
1068 …function insertIndentation(pos: number, indentation: number, lineAdded: boolean | undefined): void… function
1108 insertIndentation(commentRange.pos, indentation, /*lineAdded*/ false);