Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. "window.zoomLevel": -1,
  3. "workbench.iconTheme": "vscode-icons",
  4. "vsicons.dontShowNewVersionMessage": true,
  5. "editor.tabSize": 2,
  6. "editor.fontFamily": "InputMono-Regular",
  7. "editor.wordWrap": "on",
  8. "editor.fontSize": 15,
  9. "editor.occurrencesHighlight": false,
  10. "editor.selectionHighlight": true,
  11. "[javascript]": {
  12. "editor.defaultFormatter": "esbenp.prettier-vscode",
  13. "editor.formatOnSave": true
  14. },
  15. "prettier.endOfLine": "lf",
  16. "prettier.semi": false,
  17. "eslint.autoFixOnSave": true,
  18. "javascript.updateImportsOnFileMove.enabled": "always",
  19. "workbench.tree.renderIndentGuides": "always",
  20. "explorer.autoReveal": false,
  21. "prettier.jsxSingleQuote": true,
  22. "editor.cursorBlinking": "smooth",
  23. "prettier.singleQuote": true
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement