Options to be passed in the call to saving functions
If not specified, { format: true } will be used.
{ format: true }
Optional
Format output. This adds newlines and enables indenting by default.
false Copy
false
The string used for indentation.
Two spaces: " " Copy
Two spaces: " "
Don't emit an XML declaration.
Don't emit empty tags.
Options to be passed in the call to saving functions
Default
If not specified,
{ format: true }
will be used.See