Theia API Documentation v1.75.0
    Preparing search index...

    Interface IndentationRules

    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