@servicenow/sdk - v4.4.1
    Preparing search index...
    interface Options {
        __embeddedInHtml?: boolean;
        parentParser?: string;
        printWidth: number;
        tabWidth: number;
        useTabs?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    __embeddedInHtml?: boolean
    parentParser?: string
    printWidth: number

    Specify the line length that the printer will wrap on.

    80
    
    tabWidth: number

    Specify the number of spaces per indentation-level.

    2
    
    useTabs?: boolean

    Indent lines with tabs instead of spaces

    false