Skip to content

Instantly share code, notes, and snippets.

@solarkraft
Last active October 3, 2025 21:17
Show Gist options
  • Select an option

  • Save solarkraft/0562504aa4a199613449d1e0d19426ad to your computer and use it in GitHub Desktop.

Select an option

Save solarkraft/0562504aa4a199613449d1e0d19426ad to your computer and use it in GitHub Desktop.
Standard prettier & vscode formatting setup. Do full format with `prettier --write .`
pnpm-lock.yaml
node_modules
dist
{
"useTabs": true,
"tabWidth": 4,
"semi": false,
"printWidth": 120
}
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment