Skip to content

Instantly share code, notes, and snippets.

@dameyerdave
Last active January 4, 2024 15:22
Show Gist options
  • Save dameyerdave/0cbedcde3860a9686542fc1367d00cd6 to your computer and use it in GitHub Desktop.
Save dameyerdave/0cbedcde3860a9686542fc1367d00cd6 to your computer and use it in GitHub Desktop.
VSCode settings
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
"typescript.tsdk": "node_modules/typescript/lib",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment