Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3. "editor.fontSize": 18,
  4. "editor.fontFamily": "'Courier New', monospace",
  5. "editor.rulers": [120],
  6. "editor.renderIndentGuides": true,
  7. "editor.scrollBeyondLastLine": false,
  8. "editor.minimap.enabled": true,
  9. "workbench.colorTheme": "Spacegray Ocean Dark",
  10. "workbench.iconTheme": "vscode-icons",
  11. "eslint.run": "onSave",
  12. "eslint.validate": [
  13. "javascript",
  14. "javascriptreact",
  15. "html",
  16. "vue"
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement