Configures whether to encode with indentation and extra space.
https://php.net/manual/en/class.domdocument.php#domdocument.props.forma…
public function withFormatOutput(?bool $formatOutput) : static { return $this->with(XmlEncoder::FORMAT_OUTPUT, $formatOutput); }