Skip to content

Instantly share code, notes, and snippets.

@arthurmchr
Last active December 11, 2025 11:27
Show Gist options
  • Select an option

  • Save arthurmchr/786be48d3062dd6a5a99ca0092ba1d83 to your computer and use it in GitHub Desktop.

Select an option

Save arthurmchr/786be48d3062dd6a5a99ca0092ba1d83 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"workbench.editor.enablePreview": false,
"workbench.startupEditor": "none",
"workbench.editorAssociations": {
"*.svg": "default"
},
"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.formatOnPaste": false,
"editor.formatOnType": false,
"editor.wordWrap": "on",
"editor.tabSize": 2,
"editor.lightbulb.enabled": "off",
"editor.pasteAs.preferences": ["text.plain"],
"editor.guides.bracketPairs": true,
"breadcrumbs.enabled": false,
"explorer.confirmDelete": false,
"git.autofetch": true,
"git.confirmSync": false,
"prettier.tabWidth": 2,
"prettier.singleQuote": true,
"prettier.semi": false,
"tailwindCSS.rootFontSize": 10,
"npm.autoDetect": "off",
"terminal.integrated.defaultProfile.osx": "zsh",
"files.associations": {
"*.css": "tailwindcss"
},
"extensions.ignoreRecommendations": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment