interface CodeMirrorInputConfig {
    indent?: number;
    language?: CodeMirrorLanguage;
}

Properties

Properties

indent?: number

The number of spaces per level of indentation

The value's language