Skip to content

Instantly share code, notes, and snippets.

View allanfantoni's full-sized avatar
🏠
Working from home

Allan Fantoni allanfantoni

🏠
Working from home
View GitHub Profile
@allanfantoni
allanfantoni / settings.json
Last active May 20, 2022 02:47
Personal VSCode settings
{
"workbench.editor.labelFormat": "short",
"editor.fontLigatures": true,
"workbench.iconTheme": "material-icon-theme",
"editor.rulers": [
80,
120
],
"editor.renderLineHighlight": "gutter",
"editor.tabSize": 2,