Skip to content

Instantly share code, notes, and snippets.

View Matgsan's full-sized avatar

Matheus Santos Matgsan

  • Microsoft
  • Redmond, WA
  • 06:48 (UTC -07:00)
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,