Skip to content

Instantly share code, notes, and snippets.

@wolfcito
Created March 21, 2021 22:40
Show Gist options
  • Save wolfcito/119959818acfbc5d9553ce251f402bb7 to your computer and use it in GitHub Desktop.
Save wolfcito/119959818acfbc5d9553ce251f402bb7 to your computer and use it in GitHub Desktop.
Good VS. configuration
Plugins:
- Prettier
- Auto Rename Tag
[Ctrl+,] >> Settings > change editor ui "ui" to "json"
{
"workbench.settings.editor": "json",
"editor.fontSize": 13,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment