Interface FormattingOptions

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

Properties

insertSpaces: boolean
tabSize: number