Guest User

Untitled

a guest
Nov 18th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. "editor.fontFamily": "Inconsolata, Consolas, monospace",
  3. "editor.fontSize": 14,
  4. "editor.rulers": [
  5. 80
  6. ],
  7. "editor.tabSize": 2,
  8. "editor.detectIndentation": false,
  9. "editor.wordWrap": "on",
  10. "workbench.panel.location": "bottom",
  11. "workbench.tips.enabled": false,
  12. "workbench.startupEditor": "none",
  13. "workbench.colorTheme": "Monokai Dimmed",
  14. "workbench.iconTheme": "file-icons",
  15. "files.eol": "\n",
  16. "files.trimTrailingWhitespace": true,
  17. "files.insertFinalNewline": true,
  18. "files.trimFinalNewlines": true,
  19. "zenMode.hideActivityBar": false,
  20. "terminal.external.osxExec": "iTerm.app",
  21. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  22. "terminal.integrated.fontFamily": "Inconsolata, Consolas, monospace",
  23. "terminal.integrated.fontSize": 14
  24. }
Add Comment
Please, Sign In to add comment