lineEnding property

String? lineEnding
getter/setter pair

The string that newlines should use.

If not explicitly provided, this is inferred from the source text. If the first newline is \r\n (Windows), it will use that. Otherwise, it uses Unix-style line endings (\n).

Implementation

String? lineEnding;