Skip to content

Instantly share code, notes, and snippets.

View gstvds's full-sized avatar
:octocat:
Learning and Coding

Gustavo da Silva gstvds

:octocat:
Learning and Coding
View GitHub Profile
{
// VSCode configuration
"workbench.colorTheme": "Dracula",
"editor.fontSize": 16,
"editor.lineHeight": 26,
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.rulers": [
120
],