Skip to content

Instantly share code, notes, and snippets.

View ferreira710's full-sized avatar
🍊
limergrow!

Gabriel Ferreira ferreira710

🍊
limergrow!
View GitHub Profile
@ferreira710
ferreira710 / settings.json
Created November 1, 2024 16:01
VSCode Settings
{
// Window
"window.menuBarVisibility": "compact",
"window.commandCenter": false,
"window.zoomLevel": 0.8,
// Workbench
"workbench.iconTheme": "catppuccin-mocha",
"workbench.tree.indent": 20,
"workbench.tree.renderIndentGuides": "onHover",
"workbench.tree.expandMode": "doubleClick",