Skip to content

Instantly share code, notes, and snippets.

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

Felipe J. L. Rita zerodois

🏠
Working from home
View GitHub Profile
@zerodois
zerodois / settings.json
Last active February 21, 2018 14:21
Meteor VSCode Settings
{
"workbench.colorTheme": "Meteor",
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"debug.allowBreakpointsEverywhere": false,
"workbench.colorCustomizations": {
"statusBar.background": "#F92672",
"statusBar.foreground": "#fff",