Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts1146 const newIndentation = nonWhitespaceCharacterAndColumn.column + delta; constant
1147 if (newIndentation > 0) {
1148 const indentationString = getIndentationString(newIndentation, options);