Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3. "workbench.colorCustomizations": {
  4. "editorBracketMatch.border": "#F00",
  5. "editorBracketMatch.background": "#aa3333"
  6. },
  7. "highlight-matching-tag.leftStyle": {
  8. "borderWidth": "0 0 0 3px",
  9. "borderStyle": "solid",
  10. "borderColor": "#F00",
  11. "borderRadius": "5px"
  12. },
  13. "highlight-matching-tag.rightStyle": {
  14. "borderWidth": "0 3px 0 0",
  15. "borderStyle": "solid",
  16. "borderColor": "#F00",
  17. "borderRadius": "5px"
  18. },
  19. "highlight-matching-tag.style": {
  20. "backgroundColor": "#663333"
  21. },
  22. "php.validate.enable": false,
  23. "editor.formatOnSave": true,
  24. "git.enabled": false,
  25. "git.autorefresh": false,
  26. "git.autofetch": false,
  27. "git.confirmSync": false,
  28. "sync.gist": "REPLACETHISWITHYOUROWN",
  29. "sync.lastUpload": "2017-09-03T19:08:42.944Z",
  30. "sync.autoDownload": false,
  31. "sync.autoUpload": true,
  32. "sync.lastDownload": "",
  33. "sync.forceDownload": false,
  34. "sync.anonymousGist": false,
  35. "sync.host": "",
  36. "sync.pathPrefix": "",
  37. "sync.quietSync": false,
  38. "sync.askGistName": false,
  39. "terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\cmd.exe",
  40. "editor.accessibilitySupport": "off",
  41. "typescript.check.npmIsInstalled": false
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement