Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WesleySmits/f33f979702fd0461197e05800f6c5ae8 to your computer and use it in GitHub Desktop.
Save WesleySmits/f33f979702fd0461197e05800f6c5ae8 to your computer and use it in GitHub Desktop.
VSCode: Set prettier as formatter and enable format on save
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment