Skip to content

Instantly share code, notes, and snippets.

View willther's full-sized avatar
🏠
Working from home

Victor de Morais Macedo willther

🏠
Working from home
  • 7lab
  • Goiânia-Goiás-Brasil
  • 23:14 (UTC -12:00)
View GitHub Profile
@diego3g
diego3g / settings.json
Last active July 22, 2024 02:51
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 15,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],