-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
I propose that the AST normalize the parsing of all supported line endings to LF
. We already use LF
to represent blank lines in multiline patterns. Normalizing line endings in the parsed results removes surprises and ensures consistency across platforms.
Serializers can implement an option to serialize using CRLF
if so desired or required by the platform.
In essence, this is similar to git's core.autocrlf = input
option.
ExE-BossMikkCZ
Metadata
Metadata
Assignees
Labels
No labels