Created
May 18, 2018 09:36
-
-
Save vinayakkulkarni/ee05f79e9f9dc957650bbc611915c6a5 to your computer and use it in GitHub Desktop.
VSCode 18 May 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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