Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts26 return getBaseIndentation(options); // past EOF
44 return getBaseIndentation(options);
170 return getBaseIndentation(options);
178 export function getBaseIndentation(options: EditorSettings) { function
261 return indentationDelta + getBaseIndentation(options);
Dformatting.ts514 const baseIndentSize = SmartIndenter.getBaseIndentation(options);