Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3. "editor.fontFamily": "Operator Mono, Fira Code",
  4. "editor.fontSize": 18,
  5. "editor.lineHeight": 29,
  6. "editor.tabSize": 2,
  7. "editor.fontLigatures": true,
  8. "files.trimTrailingWhitespace": true,
  9. "files.autoSave": "onFocusChange",
  10. "editor.renderIndentGuides": false,
  11. "workbench.activityBar.visible": false,
  12. "workbench.statusBar.visible": false,
  13. "vsicons.projectDetection.disableDetect": true,
  14. "workbench.colorTheme": "Github",
  15. "workbench.iconTheme": "material-icon-theme",
  16. "files.associations": {
  17. "*.vue": "html"
  18. },
  19. "editor.tabCompletion": true
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement