Skip to content

Instantly share code, notes, and snippets.

@vinayakkulkarni
Created May 18, 2018 09:36
Show Gist options
  • Save vinayakkulkarni/ee05f79e9f9dc957650bbc611915c6a5 to your computer and use it in GitHub Desktop.
Save vinayakkulkarni/ee05f79e9f9dc957650bbc611915c6a5 to your computer and use it in GitHub Desktop.
VSCode 18 May 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 Darker",
"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": "eq-material-theme-icons",
"materialTheme.cache.workbench.settings": {
"themeColours": "Darker",
"accent": "Cyan",
"accentPrevious": "Tomato"
},
"window.zoomLevel": 0,
"prettier.eslintIntegration": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"php.suggest.basic": true,
"php.executablePath": "/usr/bin/php",
"git.enableSmartCommit": true,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#00BCD4",
"list.activeSelectionForeground": "#00BCD4",
"list.inactiveSelectionForeground": "#00BCD4",
"list.highlightForeground": "#00BCD4",
"scrollbarSlider.activeBackground": "#00BCD450",
"editorSuggestWidget.highlightForeground": "#00BCD4",
"textLink.foreground": "#00BCD4",
"progressBar.background": "#00BCD4",
"pickerGroup.foreground": "#00BCD4",
"tab.activeBorder": "#00BCD4",
"notificationLink.foreground": "#00BCD4"
},
"explorer.confirmDragAndDrop": false,
"files.associations": {
".php_cs": "php"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment