Skip to content

Instantly share code, notes, and snippets.

@lifeparticle
Last active July 28, 2022 07:57
Show Gist options
  • Save lifeparticle/6da3194bb49b8c4db406d641f5cfb926 to your computer and use it in GitHub Desktop.
Save lifeparticle/6da3194bb49b8c4db406d641f5cfb926 to your computer and use it in GitHub Desktop.
  • ctrl + shift + p -> Windows cmd + shift + p -> macOS
  • Type open settings
  • Select Open Settings (JSON)
{
	"editor.fontFamily": "DroidSansMono Nerd Font",
	"editor.formatOnSave": true,
	"files.trimTrailingWhitespace": true,
	"editor.fontSize": 16,
	"editor.codeActionsOnSave": null,
	"editor.defaultFormatter": "esbenp.prettier-vscode",
	"prettier.useTabs": true,
	"window.zoomLevel": 1,
	"workbench.iconTheme": "material-icon-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment