Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts1078 …== characterToColumn(startLinePosition, tokenStart.character) || indentationIsDifferent(indentatio…
1097 … function indentationIsDifferent(indentationString: string, startLinePosition: number): boolean { function