Hierarchy

  • FormatOptions

Properties

compact?: boolean
escapeless?: boolean
hexadecimal?: boolean
indent?: {
    adjustMultilineComment: boolean;
    base: number;
    style: string;
}

Type declaration

  • adjustMultilineComment: boolean
  • base: number
  • style: string
json?: boolean
newline?: "\n"
parentheses?: boolean
preserveBlankLines?: boolean
quotes?: "double" | "single"
renumber?: boolean
safeConcatenation?: boolean
semicolons?: boolean
space?: " "

Generated using TypeDoc