Skip to content

Instantly share code, notes, and snippets.

@otmjka
Created December 19, 2021 20:18
Show Gist options
  • Select an option

  • Save otmjka/914da60bad9d27ebc8686900c06fe6be to your computer and use it in GitHub Desktop.

Select an option

Save otmjka/914da60bad9d27ebc8686900c06fe6be to your computer and use it in GitHub Desktop.
vscode prettier auto format on save .vscode/settings.json
{
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment