Skip to content

Instantly share code, notes, and snippets.

@hansamlin
Created January 10, 2026 03:55
Show Gist options
  • Select an option

  • Save hansamlin/5f0fbdaa7a452c2f383b987297de6190 to your computer and use it in GitHub Desktop.

Select an option

Save hansamlin/5f0fbdaa7a452c2f383b987297de6190 to your computer and use it in GitHub Desktop.
{
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
"editor.tabSize": 2,
"editor.rulers": [80],
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vitest.disableWorkspaceWarning": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment