Guest User

Untitled

a guest
Nov 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. "editor.fontSize": 17,
  3. "editor.fontFamily": "Fira Code",
  4. "editor.rulers": [
  5. 80,
  6. 120
  7. ],
  8. "editor.renderIndentGuides": true,
  9. "editor.fontLigatures": true,
  10. "window.zoomLevel": 0,
  11. "editor.tabCompletion": true,
  12. "workbench.sideBar.location": "left",
  13. "php.suggest.basic": false,
  14. "editor.multiCursorModifier": "ctrlCmd",
  15. "editor.formatOnPaste": true,
  16. "editor.minimap.enabled": false,
  17. "extensions.ignoreRecommendations": true,
  18. "workbench.colorTheme": "Ayu Mirage",
  19. "explorer.openEditors.visible": 0,
  20. "workbench.activityBar.visible": false,
  21. "sublimeTextKeymap.promptV3Features": true,
  22. "editor.snippetSuggestions": "top",
  23. "workbench.startupEditor": "newUntitledFile",
  24. "editor.lineHeight": 30,
  25. "terminal.integrated.fontSize": 15,
  26. "files.trimTrailingWhitespace": true,
  27. "editor.scrollBeyondLastLine": false,
  28. }
Add Comment
Please, Sign In to add comment