Skip to content

Instantly share code, notes, and snippets.

View RodrigoStuani's full-sized avatar
🎯
Focusing

Rodrigo Stuani RodrigoStuani

🎯
Focusing
View GitHub Profile
@RodrigoStuani
RodrigoStuani / VSCode - settings.json
Last active September 11, 2020 13:26
VSCode - settings.json
{
// Define o tema do VSCode
"workbench.colorTheme": "Dracula",
// Configura tamanho e família da fonte
"editor.fontSize": 14,
"editor.lineHeight": 20,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,