Skip to content

Instantly share code, notes, and snippets.

View iguilhermegr's full-sized avatar
🧪
Always learning

gr iguilhermegr

🧪
Always learning
View GitHub Profile
@iguilhermegr
iguilhermegr / 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",