Skip to content

Instantly share code, notes, and snippets.

View eoisaac's full-sized avatar
studying

Isaac Santiago eoisaac

studying
View GitHub Profile
@eoisaac
eoisaac / vscode.settings.json5
Last active May 10, 2024 13:20
vscode.settings.json
{
// # Editor ==================================================================
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'Fira Code', 'monospace'",
"editor.formatOnSave": true,
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 1.6,
"editor.rulers": [80],