[Vuejs]-VSCode introduce an extra space every time the document is formatted

0👍

Te problem was this

"[vue]": {
    "editor.defaultFormatter": "Vue.volar"
  },

Volar was formatting the code and provcating the extra space. That line was in the settings.json the config file ov VSCode.

Leave a comment