Skip to content

Instantly share code, notes, and snippets.

@arthurmchr
Last active September 18, 2024 07:43
Show Gist options
  • Save arthurmchr/786be48d3062dd6a5a99ca0092ba1d83 to your computer and use it in GitHub Desktop.
Save arthurmchr/786be48d3062dd6a5a99ca0092ba1d83 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"workbench.editor.enablePreview": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "Operator Mono, Monaco, Courier New, monospace",
"editor.fontSize": 15,
"editor.letterSpacing": 0.5,
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
"prettier.tabWidth": 2,
"prettier.singleQuote": true,
"prettier.semi": false,
"tailwindCSS.rootFontSize": 10,
"window.commandCenter": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment