Skip to content

Instantly share code, notes, and snippets.

View mohit4bug's full-sized avatar
🔥
Trying out hot tech stuff!

Mohit Khatri mohit4bug

🔥
Trying out hot tech stuff!
View GitHub Profile
@mohit4bug
mohit4bug / settings.json
Last active April 21, 2024 21:00
VS Code settings
{
/* Workbench */
"workbench.sideBar.location": "right",
"workbench.statusBar.visible": false,
"workbench.iconTheme": "bearded-icons",
"workbench.colorTheme": "Expo Dark",
/* Editor */
"editor.accessibilitySupport": "off",
"editor.fontFamily": "'JetBrainsMono Nerd Font'",