Skip to content

Instantly share code, notes, and snippets.

@devheedoo
Last active December 14, 2021 19:54
Show Gist options
  • Save devheedoo/068931de2b7de83260c8a3a019460af8 to your computer and use it in GitHub Desktop.
Save devheedoo/068931de2b7de83260c8a3a019460af8 to your computer and use it in GitHub Desktop.
Personal VSCode settings
{
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontFamily": "Hack",
"terminal.integrated.defaultProfile.osx": "zsh",
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.quoteStyle": "single",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": false,
"emmet.showAbbreviationSuggestions": false,
"emmet.showExpandedAbbreviation": "never"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment