VS Code user settings
{ | |
"editor.renderIndentGuides": false, | |
"editor.tabSize": 2, | |
"editor.fontSize": 15.5, | |
"workbench.colorTheme": "NeonGlow", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnSave": true, | |
"window.zoomLevel": 0, | |
"workbench.iconTheme": "vscode-icons", | |
"emmet.triggerExpansionOnTab": true, | |
"editor.wordWrap": "on", | |
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, | |
"prettier.singleQuote": true, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment