Skip to content

Instantly share code, notes, and snippets.

View aluiziodeveloper's full-sized avatar

Aluizio Developer aluiziodeveloper

View GitHub Profile
@aluiziodeveloper
aluiziodeveloper / settings.json
Created June 12, 2024 15:23
Configuração atual do meu ambiente de desenvolvimento com o Visual Studio Code.
{
"editor.minimap.enabled": false,
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 16,
"editor.lineHeight": 30,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,