Skip to content

Instantly share code, notes, and snippets.

@peter
Created February 28, 2019 14:39
Show Gist options
  • Save peter/f97b533895a6f130f6d37bef260ee8e1 to your computer and use it in GitHub Desktop.
Save peter/f97b533895a6f130f6d37bef260ee8e1 to your computer and use it in GitHub Desktop.
VS Code Prettier Extension Format on Save settings.json
{
"editor.formatOnSave": false,
"[javascript]": {
"editor.formatOnSave": true
},
"[javascriptreact]": {
"editor.formatOnSave": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment