We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$getindent
1 parent 2db9d4e commit 2b1c65bCopy full SHA for 2b1c65b
ace.d.ts
@@ -432,7 +432,6 @@ export namespace Ace {
432
getNextLineIndent(state: any, line: string, tab: string): string;
433
checkOutdent(state: any, line: string, input: string): boolean;
434
autoOutdent(state: any, doc: Document, row: number): void;
435
- $getIndent(line: string): string;
436
// TODO implement WorkerClient types
437
createWorker(session: EditSession): any;
438
createModeDelegates(mapping: { [key: string]: string }): void;
0 commit comments