Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. {
  2. "atomKeymap.promptV3Features": true,
  3. "editor.multiCursorModifier": "ctrlCmd",
  4. "editor.formatOnPaste": true,
  5. "editor.fontSize": 13,
  6. "editor.tabSize": 2,
  7. "editor.wordWrap": "on",
  8. "editor.wordWrapColumn": 100,
  9. "window.zoomLevel": -2,
  10. "editor.renderIndentGuides": true,
  11. "workbench.colorTheme": "One Dark Pro",
  12. "editor.codeLens": false,
  13. "python.linting.enabled": false,
  14. "python.linting.pylintEnabled": false,
  15. "workbench.iconTheme": "vscode-icons",
  16. "material-icon-theme.showUpdateMessage": false,
  17. "workbench.startupEditor": "newUntitledFile",
  18. "gitlens.keymap": "alternate",
  19. "git.autofetch": true,
  20. "guides.enabled": false,
  21. "files.trimTrailingWhitespace": true,
  22. "gitlens.advanced.messages": {
  23. "suppressCommitHasNoPreviousCommitWarning": false,
  24. "suppressCommitNotFoundWarning": false,
  25. "suppressFileNotUnderSourceControlWarning": false,
  26. "suppressGitVersionWarning": false,
  27. "suppressLineUncommittedWarning": false,
  28. "suppressNoRepositoryWarning": false,
  29. "suppressResultsExplorerNotice": false,
  30. "suppressShowKeyBindingsNotice": true
  31. },
  32. "editor.minimap.enabled": false,
  33. "codemetrics.basics.CodeLensEnabled": false,
  34. "gitlens.hovers.currentLine.details": false,
  35. "editor.renderControlCharacters": false,
  36. "gitlens.codeLens.recentChange.enabled": false,
  37. "gitlens.hovers.annotations.details": false,
  38. "gitlens.currentLine.enabled": false,
  39. "vsicons.dontShowNewVersionMessage": true
  40. }
Add Comment
Please, Sign In to add comment