Guest User

Untitled

a guest
Jul 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. "editor.fontFamily": "Input",
  3. "editor.fontSize": 12,
  4. "editor.fontLigatures": true,
  5.  
  6. "editor.tabSize": 2,
  7. "editor.wordWrap": "on",
  8. "editor.wordWrapColumn": 80,
  9.  
  10. "terminal.integrated.fontFamily": "Input",
  11. "terminal.integrated.fontSize": 12,
  12. "terminal.integrated.lineHeight": 1.0,
  13. "git.confirmSync": false,
  14. "workbench.iconTheme": "vs-nomo-dark",
  15. "workbench.colorTheme": "Railscasts-New",
  16. "editor.renderControlCharacters": true,
  17. "git.autofetch": true,
  18. "python.pythonPath": "/usr/local/bin/python3.6",
  19. "workbench.startupEditor": "newUntitledFile",
  20. "git.enableSmartCommit": true
  21. }
Add Comment
Please, Sign In to add comment