打开VSCode的用户设置settings.json,将代码复制到设置里面

  "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
      "wrap_attributes": "auto"
    },
    "prettyhtml": {
      "printWidth": 100,
      "singleQuote": false,
      "wrapAttributes": false,
      "sortAttributes": true
    },
    "prettier": {
      "semi": false,
      "singleQuote": true
    }
  },
Logo

前往低代码交流专区

更多推荐