Guest User

Untitled

a guest
Jul 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. {
  2. "window.zoomLevel": 2,
  3. "explorer.confirmDelete": false,
  4. "workbench.colorTheme": "Monokai",
  5. "sublimeTextKeymap.promptV3Features": true,
  6. "editor.multiCursorModifier": "ctrlCmd",
  7. "editor.snippetSuggestions": "top",
  8. "editor.formatOnPaste": true,
  9. "workbench.statusBar.visible": false,
  10. "explorer.openEditors.visible": 0,
  11. "workbench.activityBar.visible": false,
  12. "editor.minimap.enabled": false,
  13. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  14. "editor.fontFamily": "Fira Code",
  15. "editor.fontLigatures": true,
  16. "workbench.sideBar.location": "left",
  17. "search.useIgnoreFiles": false,
  18. "files.autoSave": "onFocusChange",
  19. "php.suggest.basic": false,
  20. "files.trimFinalNewlines": true,
  21. "files.trimTrailingWhitespace": true,
  22. "emmet.includeLanguages": {
  23. "blade.php": "html",
  24. "vue": "html"
  25. },
  26. "files.associations": {
  27. ".php_cs": "php",
  28. ".php_cs.dist": "php",
  29. "*.php": "php"
  30. },
  31. "search.exclude": {
  32. "**/node_modules": true,
  33. "**/bower_components": true,
  34.  
  35. "**/public/[abcdefghjklmnopqrstuvwxyz]*": true,
  36. "**/public/i[abcdefghijklmopqrstuvwxyz]*": true,
  37.  
  38. "**/vendor/[abcdefghijkmnopqrstuvwxyz]*": true,
  39. "**/vendor/l[bcdefghijklmnopqrstuvwxyz]*": true
  40. },
  41. "editor.renderWhitespace": "all",
  42. "editor.fontSize": 14,
  43. "editor.lineHeight": 30,
  44. "editor.suggestFontSize": 14,
  45. "editor.suggestLineHeight": 30,
  46. "emmet.triggerExpansionOnTab": true,
  47. "blade.format.enable": true,
  48. "sync.gist": "50782abab4422794a519007f5604b294",
  49. "sync.host": "",
  50. "sync.pathPrefix": "",
  51. "sync.quietSync": false,
  52. "sync.askGistName": false,
  53. "sync.removeExtensions": true,
  54. "sync.syncExtensions": true,
  55. "sync.autoDownload": false,
  56. "sync.autoUpload": false,
  57. "sync.lastUpload": "2018-05-07T01:14:31.454Z",
  58. "sync.lastDownload": "",
  59. "sync.forceDownload": false,
  60. "terminal.integrated.rendererType": "dom"
  61. }
Add Comment
Please, Sign In to add comment