Configures the end of line characters.
public function withEndOfLine(?string $endOfLine) : static { return $this->with(CsvEncoder::END_OF_LINE, $endOfLine); }