Guest User

Untitled

a guest
Nov 24th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. {
  2. "guides.enabled": true,
  3. "editor.fontSize": 20,
  4. "editor.fontWeight": "700",
  5. "editor.fontFamily": "Inconsolata-g",
  6. "editor.lineHeight": 0,
  7. "editor.letterSpacing": 0,
  8. "editor.tabSize": 2,
  9. "editor.detectIndentation": false,
  10. "editor.mouseWheelZoom": true,
  11. "editor.renderIndentGuides": false,
  12. "files.autoSave": "off",
  13. "jshint.enable": false,
  14. // "emmet.useNewEmmet": true,
  15. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  16. "jshint.options": { "esversion": 6 },
  17. "workbench.iconTheme": "material-icon-theme",
  18. // "files.associations": {
  19. // "*.vue": "html"
  20. // },
  21. "vetur.validation.template": false,
  22. "beautify.tabSize": 2,
  23. "sassFormat.indent": 2,
  24. "eslint.validate": [
  25. "javascript",
  26. "javascriptreact",
  27. "vue"
  28. ],
  29. "window.zoomLevel": 0,
  30. "vsicons.dontShowNewVersionMessage": true,
  31. "liveServer.settings.donotShowInfoMsg": true,
  32. "material-icon-theme.showUpdateMessage": false
  33. // "sublimeTextKeymap.promptV3Features": true
  34. // "sublimeTextKeymap.promptV3Features": false,
  35. // "editor.multiCursorModifier": "ctrlCmd",
  36. // "editor.snippetSuggestions": "top",
  37. // "editor.formatOnPaste": true
  38. }
Add Comment
Please, Sign In to add comment