Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Avoid the final new line on snippets #220

Closed
bernier opened this issue Apr 19, 2024 · 1 comment
Closed

Avoid the final new line on snippets #220

bernier opened this issue Apr 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bernier
Copy link

bernier commented Apr 19, 2024

It doesn't seem possible to disable this feature

I tried

"files.insertFinalNewline": false
and
"insertFinalNewLine": false

within .prettierrc and the VS Code settings without success

@bernier bernier added the bug Something isn't working label Apr 19, 2024
@charlespwd
Copy link
Collaborator

Unfortunately, final new line has nothing to do with the plugin. Could be a editorconfig, could be editor setting, but I don't think that's a prettier plugin specific issue. It could be general prettier config, but we don't have control over that as far as I am aware.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants