Theia API Documentation v1.65.0
    Preparing search index...
    interface TextEditorConfiguration {
        cursorStyle: TextEditorCursorStyle;
        indentSize: number;
        insertSpaces: boolean;
        lineNumbers: TextEditorLineNumbersStyle;
        tabSize: number;
    }
    Index

    Properties

    indentSize: number
    insertSpaces: boolean
    tabSize: number