Skip to content

Instantly share code, notes, and snippets.

View arthurmchr's full-sized avatar

Arthur arthurmchr

View GitHub Profile
@arthurmchr
arthurmchr / VSCode
Last active September 18, 2024 07:43
{
"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",