Created
January 19, 2018 07:14
-
-
Save vinayakkulkarni/2b22f2bc3aa05010fd2a66c8ffbcc00e to your computer and use it in GitHub Desktop.
My VSCode - MacBook - 19 Jan 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", | |
"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