Skip to content

Instantly share code, notes, and snippets.

View Matgsan's full-sized avatar

Matheus Santos Matgsan

  • Microsoft
  • Redmond, WA
  • 09:28 (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,
/*
Matheus Santos
04/25/2019
I hereby certify that this code is my work and my work alone and understand the syllabus regarding plagiarized code.
*/