Guest User

Untitled

a guest
Jun 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. {
  2. "window.zoomLevel": 0,
  3. "editor.fontFamily": "Operator Mono Medium, Menlo, Monaco, 'Courier New', monospace",
  4. "editor.fontSize": 14,
  5. "editor.fontLigatures": true,
  6. "editor.tabSize": 4,
  7. "editor.mouseWheelZoom": true,
  8. "editor.rulers": [120],
  9. "editor.smoothScrolling": true,
  10. "editor.tabCompletion": true,
  11. "files.autoSaveDelay": 2000,
  12. "files.insertFinalNewline": true,
  13. "files.trimFinalNewlines": true,
  14. "files.trimTrailingWhitespace": true,
  15. "editor.trimAutoWhitespace": true,
  16. "editor.snippetSuggestions": "bottom",
  17. "emmet.includeLanguages": {
  18. "javascript": "html"
  19. },
  20. "emmet.syntaxProfiles": {
  21. "javascript": "jsx"
  22. },
  23. "workbench.iconTheme": "material-icon-theme",
  24. "workbench.colorTheme": "Cobalt2",
  25. "editor.lineHeight": 25,
  26. "editor.letterSpacing": 0.5,
  27. "editor.cursorStyle": "line",
  28. "editor.cursorWidth": 5,
  29. "editor.cursorBlinking": "solid",
  30. "editor.renderWhitespace": "all",
  31. }
Add Comment
Please, Sign In to add comment