Guest User

Untitled

a guest
Nov 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Monokai",
  3. "window.menuBarVisibility": "toggle",
  4. "workbench.editor.enablePreview": false,
  5. "window.zoomLevel": 0,
  6. "editor.fontSize": 17,
  7. "editor.fontFamily": "Fira Code",
  8. "editor.wordWrap": "on",
  9. "editor.minimap.enabled": false,
  10. "editor.mouseWheelZoom": true,
  11. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  12. "terminal.integrated.fontFamily": "Consolas",
  13. "terminal.integrated.fontSize": 16,
  14. "terminal.integrated.cursorStyle": "line",
  15. "terminal.integrated.cursorBlinking": true,
  16. "editor.renderLineHighlight": "gutter",
  17. "editor.tabSize": 4,
  18. "emmet.syntaxProfiles": {
  19. "vue-html": "html",
  20. "vue": "html"
  21. },
  22. "vetur.validation.template": false,
  23. "sublimeTextKeymap.promptV3Features": true,
  24. "editor.multiCursorModifier": "ctrlCmd",
  25. "editor.snippetSuggestions": "top",
  26. "editor.formatOnPaste": true,
  27. "workbench.iconTheme": "material-icon-theme",
  28. "emmet.includeLanguages": {
  29. "blade": "html"
  30. },
  31. "editor.fontLigatures": true,
  32. "explorer.openEditors.visible": 0,
  33. }
Add Comment
Please, Sign In to add comment