Guest User

Untitled

a guest
Jan 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "workbench.iconTheme": "material-icon-theme",
  3. "editor.minimap.enabled": false,
  4. "window.zoomLevel": 0,
  5. "editor.formatOnPaste": true,
  6. "atomKeymap.promptV3Features": true,
  7. "window.openFoldersInNewWindow": "on",
  8. "csscomb.formatOnSave": true,
  9. "gitlens.advanced.messages": {
  10. "suppressCommitHasNoPreviousCommitWarning": false,
  11. "suppressCommitNotFoundWarning": false,
  12. "suppressFileNotUnderSourceControlWarning": false,
  13. "suppressGitVersionWarning": false,
  14. "suppressLineUncommittedWarning": false,
  15. "suppressNoRepositoryWarning": true,
  16. "suppressUpdateNotice": false,
  17. "suppressWelcomeNotice": false
  18. },
  19. "explorer.confirmDragAndDrop": false,
  20. "explorer.confirmDelete": false
  21. }
Add Comment
Please, Sign In to add comment