Skip to content

Instantly share code, notes, and snippets.

View Vitormachad0's full-sized avatar
🎯
Focusing

Vitor Machado Vitormachad0

🎯
Focusing
View GitHub Profile
@Vitormachad0
Vitormachad0 / settings.json
Created August 28, 2025 01:01 — forked from diego3g/settings.json
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
],