-
-
Notifications
You must be signed in to change notification settings - Fork 44
Bug: Pug in brackets turned into multi line #107
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
Comments
I'm currently working on another feature request so hopefully I can work on this over the weekend |
Awesome! :) |
Uhm... I defined a test and it just pass, without anything done 🤔 |
Oh... maybe it's a vetur problem? 🤔 |
I think that's a different problem because the formatter does work here. This is what I'm using:
|
So do I understand correctly that you have not installed Maybe you need to add Don't forget to clean node_modules and maybe reload vscode after clean install of npm/yarn |
Yes I guess so. I don't really know what vscode plugins do internally. The formatting works, but only the |
I possibly thought it could be something like a version missmatch. You should try to format via prettier cli and look if it's the same problem when using the cli |
Okay, I'll do that. Thanks! |
Info
Using VSCode with vetur in
.vue
files.Input
Output or Error
This gives a webpack build error:
Expected Output
Maybe everything between
#[ ]
should remain on the same line?The text was updated successfully, but these errors were encountered: