interface HTMLFormatConfiguration {
    contentUnformatted: string;
    endWithNewline: boolean;
    extraLiners: string;
    indentHandlebars: boolean;
    indentInnerHtml: boolean;
    insertSpaces: boolean;
    maxPreserveNewLines: number;
    preserveNewLines: boolean;
    tabSize: number;
    unformatted: string;
    wrapAttributes: "auto" | "force" | "force-aligned" | "force-expand-multiline";
    wrapLineLength: number;
}

Properties

contentUnformatted: string
endWithNewline: boolean
extraLiners: string
indentHandlebars: boolean
indentInnerHtml: boolean
insertSpaces: boolean
maxPreserveNewLines: number
preserveNewLines: boolean
tabSize: number
unformatted: string
wrapAttributes: "auto" | "force" | "force-aligned" | "force-expand-multiline"
wrapLineLength: number