Guest User

Untitled

a guest
May 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Monokai",
  3. "sublimeTextKeymap.promptV3Features": true,
  4. "editor.multiCursorModifier": "ctrlCmd",
  5. "editor.snippetSuggestions": "top",
  6. "editor.formatOnPaste": true,
  7. "window.zoomLevel": -1,
  8.  
  9. "editor.fontSize": 14,
  10. "editor.fontFamily": "'Fira Code'",
  11. "editor.fontLigatures": true,
  12.  
  13. "workbench.colorCustomizations": {
  14. "editor.selectionHighlightBorder": "#99cc33",
  15. "editor.findMatchHighlightBackground": "#000000",
  16. "editor.findMatchHighlightBorder": "#99cc33",
  17. },
  18.  
  19. "editor.codeActionsOnSave": {
  20. "source.organizeImports": false
  21. },
  22.  
  23. "editor.quickSuggestions": {
  24. "other": true,
  25. "comments": true,
  26. "strings": true
  27. },
  28.  
  29. "emmet.triggerExpansionOnTab": true,
  30.  
  31. "files.defaultLanguage": "markdown"
  32. }
Add Comment
Please, Sign In to add comment