Guest User

Untitled

a guest
Jun 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "workbench.iconTheme": "material-icon-theme",
  3. "workbench.colorTheme": "Cobalt2",
  4. "files.eol": "\n",
  5. "editor.renderControlCharacters": true,
  6. "editor.tabSize": 2,
  7. "editor.insertSpaces": true,
  8. "editor.formatOnType": false,
  9. "editor.formatOnSave": false,
  10. "editor.autoIndent": false,
  11. "editor.codeLens": true,
  12. "editor.detectIndentation": false,
  13. "todohighlight.keywords": [
  14. {
  15. "text": "NOTE:",
  16. "backgroundColor": "#684e79",
  17. },
  18. {
  19. "text": "TODO:",
  20. "backgroundColor": "#47a899",
  21. },
  22. {
  23. "text": "BUG:",
  24. "backgroundColor": "black",
  25. "color": "red"
  26. }
  27. ],
  28. "todohighlight.defaultStyle": {
  29. "cursor": "pointer",
  30. "color": "#e7edb6"
  31. }
  32. }
Add Comment
Please, Sign In to add comment