Skip to content

Instantly share code, notes, and snippets.

View guidsribeiro's full-sized avatar
🧪
Sempre aprendendo

Guilherme Ribeiro (GR) guidsribeiro

🧪
Sempre aprendendo
View GitHub Profile
@guidsribeiro
guidsribeiro / settings.json
Last active April 28, 2024 23:32
VSCode Settings (updated)
{
// editor config
"editor.fontFamily": "JetBrains Mono, Fira Code, Cascadia Code, Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontWeight": "bold",
"editor.fastScrollSensitivity": 5,
"editor.padding.top": 30,
"editor.padding.bottom": 30,
"editor.wordWrap": "on",