Skip to content

Instantly share code, notes, and snippets.

View junior4g's full-sized avatar

Raimundo Junior junior4g

View GitHub Profile
@junior4g
junior4g / settings.json
Last active February 28, 2024 03:04
VSCode Settings (Updated)
{
"workbench.colorTheme": "Min Dark",
"workbench.iconTheme": "symbols",
"window.titleBarStyle": "custom",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.wordWrap": "on",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 13,