Interface TextEditorConfiguration

interface TextEditorConfiguration {
    cursorStyle: TextEditorCursorStyle;
    indentSize: number;
    insertSpaces: boolean;
    lineNumbers: TextEditorLineNumbersStyle;
    tabSize: number;
}

Properties

indentSize: number
insertSpaces: boolean
tabSize: number