Guest User

Untitled

a guest
Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {
  2. "diffEditor.renderSideBySide": false,
  3. "editor.minimap.enabled": false,
  4. "editor.renderWhitespace": "none",
  5. "explorer.confirmDelete": false,
  6. "explorer.openEditors.visible": 0,
  7. "extensions.showRecommendationsOnlyOnDemand": true,
  8. "files.eol": "\n",
  9. "files.insertFinalNewline": true,
  10. "files.trimFinalNewlines": true,
  11. "files.trimTrailingWhitespace": true,
  12. "git.autofetch": true,
  13. "git.confirmSync": false,
  14. "git.enableSmartCommit": true,
  15. "terminal.integrated.fontFamily": "SauceCodePro NF",
  16. "terminal.integrated.fontSize": 14,
  17. "window.menuBarVisibility": "toggle",
  18. "window.restoreFullscreen": true,
  19. "window.restoreWindows": "none",
  20. "workbench.startupEditor": "none"
  21. }
Add Comment
Please, Sign In to add comment