Weird formatting inside raw() for CLRF line endings

Hi

For files with CLRF line endings formatting inside raw(``) goes haywire, creates newlines after each line.
If the line ending is changed to LF then the formatting is intact.

-Sriky

Can you file an issue on rescript/syntax?

The printer currently emits LF by default. We should investigate possible solutions for this

Hi

Yes here is the issue