Skip to content

Instantly share code, notes, and snippets.

View MatheusRamalho's full-sized avatar
✌️
De boa

Matheus Ramalho Silva MatheusRamalho

✌️
De boa
View GitHub Profile
@MatheusRamalho
MatheusRamalho / vs-code-settings.json
Last active January 26, 2025 19:23
VS Code Settings
{
// --------------------
// EDITOR
// --------------------
"editor.fontFamily": "JetBrains Mono", // Familia de fonte
"editor.fontLigatures": true, // Habilita ligaduras nas fontes (ex: transforma "!==" em um caractere especial, dependendo da fonte)
"editor.fontSize": 14, // Tamanho da fonte
"editor.lineHeight": 1.8, // Altura da linha
"editor.tabSize": 2, // Número de espaços usados para uma tabulação
"editor.minimap.enabled": false, // Desativa o minimapa