Guest User

Untitled

a guest
Jan 16th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "editor.fontSize": 15,
  3. "editor.fontFamily": "Fira Code",
  4. "editor.fontLigatures": true,
  5. "editor.cursorBlinking": "solid",
  6. "editor.cursorStyle": "line-thin",
  7. "editor.formatOnPaste": true,
  8. "editor.formatOnSave": true,
  9. "editor.smoothScrolling": true,
  10. "editor.tabSize": 2,
  11. "workbench.iconTheme": "material-icon-theme",
  12. "workbench.colorTheme": "One Monokai",
  13. "window.zoomLevel": 0,
  14. "terminal.external.osxExec": "iTerm.app",
  15. "terminal.integrated.shell.osx": "zsh",
  16. "terminal.integrated.fontSize": 14,
  17. }
Add Comment
Please, Sign In to add comment