Skip to content

Instantly share code, notes, and snippets.

View gelzinn's full-sized avatar

marcelo gelzinn

View GitHub Profile
@gelzinn
gelzinn / settings.json
Last active January 18, 2024 14:35
github settings
{
// Emmet settings
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
// Workbench settings
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"workbench.productIconTheme": "fluent-icons",
"workbench.colorTheme": "Min Dark",