Theia API Documentation v1.65.0
    Preparing search index...
    interface IndentationRules {
        decreaseIndentPattern: string | RegExpOptions;
        increaseIndentPattern: string | RegExpOptions;
        indentNextLinePattern?: string | RegExpOptions;
        unIndentedLinePattern?: string | RegExpOptions;
    }
    Index

    Properties

    decreaseIndentPattern: string | RegExpOptions
    increaseIndentPattern: string | RegExpOptions
    indentNextLinePattern?: string | RegExpOptions
    unIndentedLinePattern?: string | RegExpOptions