Skip to content

Instantly share code, notes, and snippets.

@mauriciomutte
Last active February 5, 2021 14:02
Show Gist options
  • Save mauriciomutte/6d23006086e550b27e2c7427c9195788 to your computer and use it in GitHub Desktop.
Save mauriciomutte/6d23006086e550b27e2c7427c9195788 to your computer and use it in GitHub Desktop.
{
"editor.suggestSelection": "first",
"editor.renderLineHighlight": "gutter",
"editor.tabSize": 2,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Horizon",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true
},
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "toggle",
"window.zoomLevel": 0,
"terminal.integrated.shell.osx": "/bin/zsh",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment