Guest User

Untitled

a guest
Jun 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. {
  2. "editor.minimap.enabled": false,
  3. "editor.formatOnType": true,
  4. "window.zoomLevel": 0,
  5. "editor.fontSize": 16,
  6. "explorer.openEditors.visible": 0,
  7. "editor.wordWrap": "on",
  8. "workbench.colorTheme": "Plastic",
  9. "search.useIgnoreFiles": false,
  10. "workbench.editor.enablePreview": false,
  11. "files.exclude": {
  12. "node_modules/*": true,
  13. "**/node_modules": true,
  14. "**/.tmp": true,
  15. },
  16. "workbench.statusBar.feedback.visible": false,
  17. "editor.parameterHints": false,
  18. "javascript.validate.enable": false,
  19. "editor.insertSpaces": true,
  20. "editor.tabSize": 2,
  21. "editor.detectIndentation": true,
  22. "workbench.editor.showTabs": true
  23. }
Add Comment
Please, Sign In to add comment