Replies: 2 comments 3 replies
-
Volar doesn't perform extra formatting, the problem seems to be similar to #425, please check if #425 (comment) solves your problem. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Can you provide a minimal reproduction? I'll try it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just switched over to volar and am having a strange problem. When I save a vue file, it seems to format even though I explicitly have formatOnSave set to false. This would be fine, if it was picking up the right formatting. I have quotes set to single and indent to tab in
.eslintrc.js
The save formats to spaces and string to double quotes. Perhaps volar is picking up the settings from somewhere else?This has be a setting because I have a different project that I started from scratch and it is not trying to format on save. However if I do put format on save in this project, it uses double quotes and spaces for indent.
Here's my questions:
Beta Was this translation helpful? Give feedback.
All reactions