Guest User

Untitled

a guest
May 20th, 2018
129
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.autoIndent": false,
  3. "editor.cursorBlinking": "phase",
  4. "editor.formatOnPaste": true,
  5. "editor.tabSize": 2,
  6. "editor.minimap.enabled": false,
  7. "editor.smoothScrolling": true,
  8. "editor.renderWhitespace": "none",
  9. "editor.renderControlCharacters": false,
  10. "explorer.autoReveal": false,
  11. "files.autoSave": "afterDelay",
  12. "files.autoSaveDelay": 1500,
  13. "files.maxMemoryForLargeFilesMB": 8192,
  14. "workbench.colorTheme": "Material Theme Palenight High Contrast",
  15. "workbench.iconTheme": "eq-material-theme-icons",
  16. "workbench.colorCustomizations": {
  17. "activityBar.foreground": "#00ffaa",
  18. "activityBarBadge.foreground": "#000000",
  19. "editorWhitespace.foreground": "#2c272c",
  20. "tab.activeBorder": "#00ffaa",
  21. "statusBar.foreground": "#00ffaa",
  22. },
  23. "window.menuBarVisibility": "toggle",
  24. "window.zoomLevel": 0,
  25. "javascript.format.insertSpaceBeforeFunctionParenthesis": true
  26. }
Add Comment
Please, Sign In to add comment