Skip to content

Instantly share code, notes, and snippets.

View Key0303's full-sized avatar

Henriques Maculungungu Key0303

  • Angola, Lunada Angola
View GitHub Profile
@Key0303
Key0303 / settings.json
Created July 9, 2025 00:33 — 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
],