Skip to content

Instantly share code, notes, and snippets.

View harshbaldwa's full-sized avatar
🎯
Focusing

Harshvardhan Baldwa harshbaldwa

🎯
Focusing
View GitHub Profile
@harshbaldwa
harshbaldwa / settings.json
Last active November 29, 2021 21:22
Stores the VSCode Configuration
{
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.inlineSuggest.enabled": true,
"editor.rulers": [79],
"explorer.confirmDelete": false,
"explorer.sortOrder": "type",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 2000,