Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts1069 const indentationString = getIndentationString(indentation, options);
1148 const indentationString = getIndentationString(newIndentation, options);
1405 export function getIndentationString(indentation: number, options: EditorSettings): string { function
/third_party/typescript/src/server/
Dsession.ts2049 newText: formatting.getIndentationString(preferredIndent, formatOptions)