This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// -------------------- | |
// 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 |