Skip to content

Volar - disble linewidth on format vue template #14707

Discussion options

You must be logged in to vote

It might have to do with default line wrapping settings of VSCode. Try adding this in the settings.json file:

  "editor.wordWrapColumn": 100,
  "html.format.wrapLineLength": 100,

But as this is not related to Quasar at all, try to ask this kinds of questions on the appropriate repositories and/or Google.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rstoenescu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants