Skip to content

Instantly share code, notes, and snippets.

View PhOmena's full-sized avatar
💻
Always Learning

Phelipe Isidoro de Omena PhOmena

💻
Always Learning
View GitHub Profile
@PhOmena
PhOmena / settings.json
Last active October 25, 2022 22:50 — forked from diego3g/settings.json
Visual Studio Code Settings
{
// editor
"editor.fontSize" : 14,
"editor.lineHeight" : 26,
"editor.fontFamily": "Cascadia Code",
"editor.tabSize" : 2,
"editor.minimap.enabled": false,
"explorer.compactFolders" : false,
"git.autofetch": true,
"jupyter.sendSelectionToInteractiveWindow": true,