Guest User

Untitled

a guest
May 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. {
  2. "workbench.iconTheme": "material-icon-theme",
  3. "window.zoomLevel": 2,
  4. "editor.tabSize": 2,
  5. "editor.fontSize": 13,
  6. "editor.fontFamily": "'YaHei Consolas Hybrid', Consolas, 'Courier New', monospace",
  7. "editor.cursorStyle": "line",
  8. "editor.cursorBlinking": "blink",
  9. "files.eol": "\n",
  10. "workbench.colorTheme": "Atom One Dark",
  11. "material-icon-theme.showUpdateMessage": false,
  12. "html.validate.scripts": false,
  13. "html.validate.styles": false,
  14. "less.validate": false,
  15. "git.confirmSync": false,
  16. "explorer.confirmDelete": false,
  17. "javascript.validate.enable": false,
  18. "html.format.endWithNewline": true,
  19. "javascript.format.enable": false,
  20. "css.validate": false,
  21. "files.associations": {
  22. "*.css": "postcss"
  23. },
  24. "[postcss]": {},
  25. "emmet.includeLanguages":{
  26. "postcss": "css"
  27. },
  28. "emmet.syntaxProfiles": {
  29. "postcss": "css"
  30. },
  31. "prettier.eslintIntegration": true,
  32. "git.autofetch": true,
  33. "postcss.validate": false,
  34. }
Add Comment
Please, Sign In to add comment