Skip to content

Instantly share code, notes, and snippets.

@james-zedd
Last active July 16, 2022 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save james-zedd/d040118ff07e75e64339f8defad15aae to your computer and use it in GitHub Desktop.
Save james-zedd/d040118ff07e75e64339f8defad15aae to your computer and use it in GitHub Desktop.
VS Code Settings
{
"explorer.compactFolders": false,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.detectIndentation": false,
"editor.fontSize": 14,
"debug.console.fontSize": 14,
"markdown.preview.fontSize": 14,
"terminal.integrated.fontSize": 14,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 4,
"emmet.includeLanguages": {
"liquid": "html",
"javascript": "javascriptreact"
},
"workbench.activityBar.visible": false,
"workbench.colorCustomizations": {
"editor.background": "#201122",
"sideBar.background": "#23142b",
"editor.findMatchBackground": "#0026ff57"
},
"workbench.iconTheme": "material-icon-theme",
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
},
"editor.hover.enabled": false,
"editor.parameterHints": false,
"bracketPairColorizer.depreciation-notice": false,
"workbench.colorTheme": "SynthWave '84"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment