Skip to content

Instantly share code, notes, and snippets.

View mainak9163's full-sized avatar

Mainak Mukherjee mainak9163

View GitHub Profile
@mainak9163
mainak9163 / vsconfig.json
Created January 15, 2025 04:25 — forked from Hendrixer/vsconfig.json
vs code config
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro Darker",
"editor.tabSize": 2,
"editor.fontFamily": "'Fira Mono', Menlo, Monaco, 'Courier New', monospace",
"files.exclude": {
"**/.git": false
},
"editor.bracketPairColorization.enabled": true,