Skip to content

Instantly share code, notes, and snippets.

@vinayakkulkarni
Created January 19, 2018 07:14
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/2b22f2bc3aa05010fd2a66c8ffbcc00e to your computer and use it in GitHub Desktop.
Save vinayakkulkarni/2b22f2bc3aa05010fd2a66c8ffbcc00e to your computer and use it in GitHub Desktop.
My VSCode - MacBook - 19 Jan 2018
{
"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.semi": false,
"prettier.trailingComma": "es5",
"php.suggest.basic": true,
"php.executablePath": "/usr/bin/php",
"git.enableSmartCommit": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment