Skip to content

Instantly share code, notes, and snippets.

@antoniwan
Last active April 29, 2025 15:20
Show Gist options
  • Select an option

  • Save antoniwan/cf79ecc889de09dee9b06f6ac9b8be82 to your computer and use it in GitHub Desktop.

Select an option

Save antoniwan/cf79ecc889de09dee9b06f6ac9b8be82 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Andromeda Colorizer",
"editor.fontFamily": "'Fira Code', 'JetBrains Mono', 'Cascadia Code', monospace",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.autoSave": "onFocusChange",
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"workbench.editor.enablePreview": false,
"explorer.confirmDragAndDrop": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment