Skip to content

Instantly share code, notes, and snippets.

View fabiojaniolima's full-sized avatar
😃
A good programmer looks both ways before crossing a one-way street.

Fabio J L Ferreira fabiojaniolima

😃
A good programmer looks both ways before crossing a one-way street.
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,