x4js - v2.2.49
    Preparing search index...

    Configuration options for editor comments

    interface IEditorCommentsOptions {
        ignoreEmptyLines?: boolean;
        insertSpace?: boolean;
    }
    Index
    ignoreEmptyLines?: boolean

    Ignore empty lines when inserting line comments. Defaults to true.

    insertSpace?: boolean

    Insert a space after the line comment token and inside the block comments tokens. Defaults to true.