Skip to content

Instantly share code, notes, and snippets.

View joaodejesus's full-sized avatar

João de Jesus joaodejesus

  • Salvador, Brazil
View GitHub Profile
@joaodejesus
joaodejesus / settings.json
Created January 22, 2022 15:20
VSCode Settings
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "origamid-next-icons",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.lineHeight": 1.75,
"editor.tabSize": 2,
"workbench.colorTheme": "Origamid Next",
"liveServer.settings.CustomBrowser": "firefox",