Skip to content

Instantly share code, notes, and snippets.

View john-dalmolin's full-sized avatar
🚀
Building dreams one line of code at a time

John Dalmolin john-dalmolin

🚀
Building dreams one line of code at a time
View GitHub Profile
@john-dalmolin
john-dalmolin / settings.json
Last active March 14, 2024 20:12
My minimalist config for VSCode
{
"window.zoomLevel": 1,
"workbench.startupEditor": "newUntitledFile",
"javascript.suggest.autoImports": true,
"workbench.colorTheme": "Tokyo Darker Night",
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,