Skip to content

Instantly share code, notes, and snippets.

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

Jeffesson Gomes jeffessongomes

🏠
Working from home
  • Natal/RN
View GitHub Profile
{
// Define o tema do VSCode
"workbench.colorTheme": "Shades of Purple",
// Configura tamanho e família da fonte
"editor.fontSize": 18,
"editor.lineHeight": 24,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"explorer.compactFolders": false,