description:string = "If a terminating comma should be inserted into arrays, object literals, and de" +"structured objects."
since
since:string = "0.7.0"
type
type:"boolean" = "boolean"
end_with_newline
end_with_newline:object
default
default:boolean = false
description
description:string = "End output with newline"
since
since:string = "0.7.0"
type
type:"boolean" = "boolean"
end_with_semicolon
end_with_semicolon:object
default
default:boolean = false
description
description:string = "Insert a semicolon at the end of statements"
since
since:string = "0.7.0"
type
type:"boolean" = "boolean"
force_indentation
force_indentation:object
default
default:boolean = false
description
description:string = "if indentation should be forcefully applied to markup even if it disruptively " +"adds unintended whitespace to the documents rendered output"