Skip to content

Instantly share code, notes, and snippets.

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

Jorge Antônio da Silva jorgeants

🏠
Working from home
  • Yara | Vêndola | Freelancer
  • Rio de Janeiro, Brazil
  • 19:27 (UTC -03:00)
  • X @jorgeants
View GitHub Profile
@jorgeants
jorgeants / editor-settings.json
Created January 16, 2020 14:16
My Visual Studio Code settings (JSON)
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Dracula",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"editor.rulers": [
80,
120