Skip to content

Instantly share code, notes, and snippets.

@khushalbokadey
Created June 24, 2018 09:21
Show Gist options
  • Save khushalbokadey/124ba9b8853f740d2445cd0084dad9ef to your computer and use it in GitHub Desktop.
Save khushalbokadey/124ba9b8853f740d2445cd0084dad9ef to your computer and use it in GitHub Desktop.
VS Code settings
{
"editor.minimap.enabled": false,
"editor.formatOnType": true,
"window.zoomLevel": 0,
"editor.fontSize": 16,
"explorer.openEditors.visible": 0,
"editor.wordWrap": "on",
"workbench.colorTheme": "Plastic",
"search.useIgnoreFiles": false,
"workbench.editor.enablePreview": false,
"files.exclude": {
"node_modules/*": true,
"**/node_modules": true,
"**/.tmp": true,
},
"workbench.statusBar.feedback.visible": false,
"editor.parameterHints": false,
"javascript.validate.enable": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.detectIndentation": true,
"workbench.editor.showTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment