Configures the indentation level.
Must be positive.
int<0, max>|null $indentLevel:
public function withIndentLevel(?int $indentLevel) : static { return $this->with(YamlEncoder::YAML_INDENT, $indentLevel); }