Skip to content

Instantly share code, notes, and snippets.

@SOSANA
Last active March 17, 2022 04:40
Show Gist options
  • Save SOSANA/e7e69dd0d97e3a29e53d45a64361cd09 to your computer and use it in GitHub Desktop.
Save SOSANA/e7e69dd0d97e3a29e53d45a64361cd09 to your computer and use it in GitHub Desktop.
VS Code user settings
{
"editor.tabSize": 2,
"editor.fontSize": 15,
"editor.snippetSuggestions": "top",
"editor.formatOnSave": true,
"window.zoomLevel": 1,
"emmet.triggerExpansionOnTab": true,
"editor.wordWrap": "on",
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"prettier.singleQuote": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.colorTheme": "NeonGlow"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment