Guest User

Untitled

a guest
Jun 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. // Place your settings in this file to overwrite the default settings
  3. "window.zoomLevel": 0.5,
  4. "editor.fontFamily": "Dank Mono",
  5. "editor.fontSize": 16,
  6. "editor.lineHeight": 36,
  7. "editor.tabSize": 4,
  8. "editor.fontWeight": "600",
  9. "editor.letterSpacing": 0,
  10. "editor.fontLigatures": true,
  11. "search.exclude": {
  12. "**/node_modules": false
  13. },
  14. "workbench.colorTheme": "Night Owl",
  15. "workbench.iconTheme": "vscode-icons",
  16. "typescript.check.npmIsInstalled": false,
  17. "vsicons.dontShowNewVersionMessage": true,
  18. "editor.minimap.enabled": false,
  19. "editor.formatOnSave": false,
  20. "javascript.implicitProjectConfig.experimentalDecorators": true,
  21. "bracketPairColorizer.forceIterationColorCycle": true,
  22. "typescript.updateImportsOnFileMove.enabled": "always",
  23. "editor.multiCursorModifier": "ctrlCmd",
  24. }
Add Comment
Please, Sign In to add comment