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

    Interface LineCommentRule

    Configuration for line comments.

    interface LineCommentRule {
        comment: string;
        noIndent?: boolean;
    }
    Index

    Properties

    Properties

    comment: string

    The line comment token, like //

    noIndent?: boolean

    Whether the comment token should not be indented and placed at the first column. Defaults to false.