Skip to content

unwanted Newlines #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
x-tropy opened this issue Nov 11, 2022 · 1 comment
Closed

unwanted Newlines #630

x-tropy opened this issue Nov 11, 2022 · 1 comment

Comments

@x-tropy
Copy link

x-tropy commented Nov 11, 2022

when I save the *.res file in vSCode like this:

let s = `line1
line2`

then suddenly it becomes:

let s = `line1

line2`

If I save it again, more newlines are coming:

let s = `line1


line2`

And again:

let s = `line1



line2`

It's really strange for me...I'm not sure which setting might be wrong.

@zth
Copy link
Collaborator

zth commented Nov 11, 2022

#427 does that help?

@x-tropy x-tropy closed this as completed Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants