When formatting a graphql file with CRLF line endings, Biome inserts an extra line into multiline strings:
In the repro, I've set gitattributes with eol=crlf AND deliberately commited a crlf file to the repo. This is just to make it easier for you to examine. This issue appears with normal lf endings for all Windows users if they have core.autocrlf = true (which is normally the case).
Environment information
Configuration
Playground link
https://github.com/jwhitaker-gridcog/biome-repro-1730160752127
Words
When formatting a graphql file with CRLF line endings, Biome inserts an extra line into multiline strings:
In the repro, I've set
gitattributes
witheol=crlf
AND deliberately commited a crlf file to the repo. This is just to make it easier for you to examine. This issue appears with normal lf endings for all Windows users if they have core.autocrlf = true (which is normally the case).Code of Conduct