Skip to content

Instantly share code, notes, and snippets.

@vinayakkulkarni
Created December 9, 2017 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinayakkulkarni/744025dcbec48264820e25b0d10d4eba to your computer and use it in GitHub Desktop.
Save vinayakkulkarni/744025dcbec48264820e25b0d10d4eba to your computer and use it in GitHub Desktop.
VS Code Preferences - macOS HS
{
"editor.tabSize": 2,
"editor.fontSize": 15,
"editor.fontFamily": "Operator Mono, Monaco, 'Courier New', monospace",
"editor.lineHeight": 24,
"editor.fontLigatures": true,
"editor.tabCompletion": true,
"editor.formatOnSave": true,
"explorer.decorations.badges": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"workbench.fontAliasing": "antialiased",
"workbench.colorTheme": "Material Theme",
"workbench.activityBar.visible": false,
"workbench.sideBar.location": "left",
"zenMode.fullScreen": false,
"zenMode.hideTabs": false,
"editor.minimap.enabled": false,
"eslint.validate": ["vue"],
"sublimeTextKeymap.promptV3Features": true,
"explorer.confirmDelete": false,
"workbench.iconTheme": "material-icon-theme",
"materialTheme.cache.workbench.settings": {
"accent": "Red",
"themeColours": "Darker"
},
"window.zoomLevel": 0,
"prettier.eslintIntegration": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment