Dotfiles for different machines on different branches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1017 B

  1. {
  2. "editor.fontSize": 18,
  3. "debug.console.fontSize": 16,
  4. "markdown.preview.fontSize": 16,
  5. "terminal.integrated.fontSize": 16,
  6. "explorer.confirmDelete": false,
  7. "java.errors.incompleteClasspath.severity": "ignore",
  8. "latex-workshop.view.pdf.viewer": "tab",
  9. "terminal.explorerKind": "external",
  10. "workbench.sideBar.location": "left",
  11. "remote.onstartup": true,
  12. "git.autofetch": true,
  13. "files.autoSave": "afterDelay",
  14. "editor.wordWrap": "on",
  15. "python.jediEnabled": false,
  16. "java.configuration.checkProjectSettingsExclusions": false,
  17. "editor.suggestSelection": "first",
  18. "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  19. "bracket-pair-colorizer-2.showBracketsInGutter": true,
  20. "bracket-pair-colorizer-2.colors": [
  21. "Gold",
  22. "Orchid",
  23. "LightSkyBlue"
  24. ],
  25. "[latex]": {
  26. "editor.defaultFormatter": "nickfode.latex-formatter"
  27. },
  28. "liveServer.settings.donotVerifyTags": true,
  29. }