-
I have VS Code installed with only one extension: "Vue - Official". I don't have prettier or eslint extensions installed. When I format vue code using "Format document", it adds spaces inside the vue directives, making it like this:
How can I prevent it from adding the spaces? |
Beta Was this translation helpful? Give feedback.
Answered by
navmed
Mar 2, 2025
Replies: 1 comment
-
Never mind. I found the problem. It was this line in my VS Code's settings.json
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
navmed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind. I found the problem. It was this line in my VS Code's settings.json
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,