Skip to content

Instantly share code, notes, and snippets.

View renatarko's full-sized avatar

Renata Karolina renatarko

View GitHub Profile
@renatarko
renatarko / settings.json
Last active May 31, 2023 20:40 — forked from tgmarinho/settings.json
vscode settings
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,