Options related to formatting.

interface FormatOptions {
    indent?: "tab" | "2-space" | "4-space";
}

Properties

Properties

indent?: "tab" | "2-space" | "4-space"