Skip to content

Instantly share code, notes, and snippets.

View iaematt's full-sized avatar
😉
Vamos programar?

Matheus Bastos iaematt

😉
Vamos programar?
View GitHub Profile
@iaematt
iaematt / settings.json
Last active July 21, 2023 20:11
settings.json
{
/** Visual Studio Code config */
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 11,
"editor.fontWeight": "200",
"editor.fontLigatures": true,
"editor.lineHeight": 15,
"editor.letterSpacing": 0.2,
"editor.rulers": [80, 120],
"editor.formatOnSave": true,