Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. // Editor & Workbanch
  3. "workbench.iconTheme": "material-icon-theme",
  4. "material-icon-theme.folders.theme": "classic",
  5. "workbench.colorTheme": "Cobalt2",
  6. "editor.fontFamily": "Fira Code Retina",
  7. "editor.tabSize": 2,
  8. "editor.fontSize": 13,
  9. "editor.lineHeight": 22,
  10. "editor.letterSpacing": 0.5,
  11. "editor.fontLigatures": true,
  12. "files.trimTrailingWhitespace": true,
  13. "editor.fontWeight": "400",
  14. "editor.cursorStyle": "line",
  15. "editor.cursorWidth": 3,
  16. "editor.cursorBlinking": "solid",
  17. "editor.renderWhitespace": "all",
  18. }
Add Comment
Please, Sign In to add comment