Skip to content

Instantly share code, notes, and snippets.

@Eniwder
Created June 18, 2019 14:32
Show Gist options
  • Select an option

  • Save Eniwder/7e080271311bcf8c22373cbd679f04ef to your computer and use it in GitHub Desktop.

Select an option

Save Eniwder/7e080271311bcf8c22373cbd679f04ef to your computer and use it in GitHub Desktop.
VSCodeのveturのフォーマット設定を一部変更
"vetur.format.defaultFormatterOptions": {
"prettier": {
"singleQuote": true,
"semi": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment