Skip to content

Instantly share code, notes, and snippets.

@bzitzow
Last active March 8, 2023 03:26
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 bzitzow/6831125596cc9983597c81dcfbc208b2 to your computer and use it in GitHub Desktop.
Save bzitzow/6831125596cc9983597c81dcfbc208b2 to your computer and use it in GitHub Desktop.
vscode format on save prettier
{
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "source.fixAll": true,
        "source.organizeImports": true,
    },
    "editor.defaultFormatter": "esbenp.prettier-vscode",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment