Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3. "editor.fontSize": 14,
  4. "vsicons.projectDetection.autoReload": true,
  5. "workbench.iconTheme": "vscode-icons",
  6. "editor.rulers": [
  7. 80,
  8. 120
  9. ],
  10. "editor.renderIndentGuides": true,
  11. "window.openFilesInNewWindow": "on",
  12. "window.openFoldersInNewWindow": "on",
  13. "window.restoreFullscreen": true,
  14. "vsicons.presets.hideFolders": true,
  15. "workbench.colorTheme": "Dark Chrome DevTools"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement