Skip to content

Instantly share code, notes, and snippets.

View luccabassoli's full-sized avatar
🌴
Living and Learning

Lucca Bassoli luccabassoli

🌴
Living and Learning
View GitHub Profile
@diego3g
diego3g / settings.json
Last active June 23, 2025 12:51
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],