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

    Value-object describing what options formatting should use.

    interface FormattingOptions {
        insertSpaces: boolean;
        tabSize: number;
        [key: string]: string | number | boolean;
    }

    Indexable

    • [key: string]: string | number | boolean

      Signature for further properties.

    Index

    Properties

    insertSpaces: boolean

    Prefer spaces over tabs.

    tabSize: number

    Size of a tab in spaces.