Interface FormattingOptions

Expand description

Interface used to format a model

interface FormattingOptions {
    insertSpaces: boolean;
    tabSize: number;
}

Properties§

§insertSpaces: boolean

Prefer spaces over tabs.

§tabSize: number

Size of a tab in spaces.