Skip to content

Instantly share code, notes, and snippets.

View rafaelpivatto's full-sized avatar
💻
keep coding < />

Rafael Pivatto rafaelpivatto

💻
keep coding < />
  • Brazil - São Paulo - Campinas
View GitHub Profile
@rafaelpivatto
rafaelpivatto / settings.json
Last active May 19, 2020 21:49
My VSCode settings.json
{
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.iconTheme": "material-icon-theme",
"editor.rulers": [80, 120],
"editor.renderLineHighlight": "gutter",
"editor.tabSize": 2,
"editor.lineHeight": 20,
"emmet.includeLanguages": {