Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DindentationWithBaseIndent.ts209 …r.fileName, marker.position, marker.data.indent, ts.IndentStyle.Smart, marker.data.baseIndentSize);
Dfourslash.ts157 baseIndentSize?: number;
299 …ition: number, numberOfSpaces: number, indentStyle?: ts.IndentStyle, baseIndentSize?: number): voi…
/third_party/typescript/src/services/formatting/
Dformatting.ts514 const baseIndentSize = SmartIndenter.getBaseIndentation(options); constant
515 return baseIndentSize > column ? baseIndentSize : column;
DsmartIndenter.ts179 return options.baseIndentSize || 0;
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts282 …position: number, numberOfSpaces: number, indentStyle = ts.IndentStyle.Smart, baseIndentSize = 0) {
283 …state.verifyIndentationAtPosition(fileName, position, numberOfSpaces, indentStyle, baseIndentSize);
DfourslashImpl.ts2552 …ion(fileName: string, position: number, indentStyle: ts.IndentStyle, baseIndentSize: number): numb…
2555 formatOptions.baseIndentSize = baseIndentSize;
2559 …n(numberOfSpaces: number, indentStyle: ts.IndentStyle = ts.IndentStyle.Smart, baseIndentSize = 0) {
2560 …s.getIndentation(this.activeFile.fileName, this.currentCaretPosition, indentStyle, baseIndentSize);
2567 …, numberOfSpaces: number, indentStyle: ts.IndentStyle = ts.IndentStyle.Smart, baseIndentSize = 0) {
2568 const actual = this.getIndentation(fileName, position, indentStyle, baseIndentSize);
/third_party/typescript/src/services/
Dtypes.ts981 baseIndentSize?: number; property
/third_party/typescript/src/server/
Dprotocol.ts3417 baseIndentSize?: number; property
/third_party/typescript/lib/
Dprotocol.d.ts2664 baseIndentSize?: number; property
Dtsserverlibrary.d.ts6738 baseIndentSize?: number; property
10169 baseIndentSize?: number;
Dtypescript.d.ts6738 baseIndentSize?: number; property
DtypescriptServices.d.ts6738 baseIndentSize?: number; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6738 baseIndentSize?: number; property
10169 baseIndentSize?: number;
Dtypescript.d.ts6738 baseIndentSize?: number; property