Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {
  2. "editor.fontFamily": "Fira Code",
  3. "editor.fontSize": 14,
  4. "editor.detectIndentation": false,
  5. "editor.tabSize": 2,
  6. "workbench.iconTheme": "vscode-icons",
  7. "workbench.colorCustomizations": {
  8. "activityBar.foreground": "#7647a2",
  9. "activityBarBadge.background": "#8A8A8A",
  10. "editor.lineHighlightBackground": "#2c313a"
  11. },
  12. "window.zoomLevel": 0,
  13. "editor.fontLigatures": true,
  14. "files.autoSave": "afterDelay",
  15. "files.autoSaveDelay": 3000,
  16. "editor.renderControlCharacters": false,
  17. "editor.renderWhitespace": "boundary",
  18. "editor.emptySelectionClipboard": false,
  19. "guides.normal.width": 2,
  20. "guides.active.width": 2,
  21. "guides.normal.color.dark": "rgba(75, 75, 75, 0.85)",
  22. "guides.active.color.dark": "rgba(145, 60, 60, 0.85)",
  23. "guides.overrideDefault": true,
  24. "workbench.colorTheme": "One Dark Pro",
  25. "autoimport.filesToScan": "**/*.{js, ts, tsx}"
  26. }
  27.  
  28. /* Guides, JavaScript StandardStyle idk, One Dark Pro, vscode-icons, vscode-styled-components
  29. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement