Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. {
  2. "search.useIgnoreFiles": false,
  3. "editor.mouseWheelZoom": true,
  4.  
  5. "terminal.integrated.fontFamily": "",
  6. "extensions.ignoreRecommendations": false,
  7. "local-history.daysLimit": 0,
  8. "local-history.path": "D:\\Program\\Backup",
  9. "workbench.iconTheme": "material-icon-theme",
  10. "editor.multiCursorModifier": "ctrlCmd",
  11. "editor.matchBrackets": true,
  12. "editor.selectionHighlight": true,
  13. "files.maxMemoryForLargeFilesMB": 40960,
  14. "editor.formatOnPaste": false,
  15. "window.zoomLevel": 1,
  16. "html.autoClosingTags": true,
  17. "html.format.indentInnerHtml": true,
  18. "php.suggest.basic": false,
  19. "javascript.format.enable": false,
  20. "git.ignoreMissingGitWarning": true,
  21. "workbench.colorTheme": "Material Theme Palenight High Contrast",
  22. "git.enableSmartCommit": true,
  23. "editor.formatOnSave": false,
  24. "editor.formatOnType": false,
  25. "[php]": {},
  26. "sync.gist": "3d208cc2f835fa439391120411477dca",
  27.  
  28.  
  29. "editor.tabSize": 4,
  30.  
  31. // Insert spaces when pressing Tab. This setting is overriden
  32. // based on the file contents when `editor.detectIndentation` is true.
  33. "editor.insertSpaces": true,
  34. "files.associations": {
  35. "dbm": "javascript"
  36. },
  37. "workbench.startupEditor": "newUntitledFile",
  38. "editor.autoClosingBrackets": "never",
  39.  
  40. "importCost.debug": true,
  41. "terminal.integrated.shell.windows": "D:\\Program\\Git\\bin\\bash.exe",
  42. "editor.autoClosingQuotes": "never",
  43.  
  44. "editor.suggestSelection": "first",
  45.  
  46. "editor.detectIndentation": false
  47.  
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement