Skip to content

Refmt: CRLF is treated differently than LF #1518

@kyldvs

Description

@kyldvs

When typing:

let x = 1;
/* foo */
let y = 2;

With CRLF (windows) line endings you get:

let x = 1; /* foo */

let y = 2;

With LF (unix) line endings you get:

let x = 1;

/* foo */
let y = 2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    KIND: BUGParserparsing reason code into an AST

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions