Guest User

Untitled

a guest
Jan 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "workbench.activityBar.visible": true,
  3. "editor.wordWrap": "off",
  4. "editor.minimap.enabled": true,
  5. "editor.minimap.renderCharacters": false,
  6. "editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace",
  7. "editor.fontLigatures": true,
  8. "vim.disableAnnoyingNeovimMessage": true,
  9. "window.menuBarVisibility": "default",
  10. "vsicons.dontShowNewVersionMessage": true,
  11. "editor.tabSize": 4,
  12. "vsicons.projectDetection.autoReload": true,
  13. "editor.rulers": [
  14. 80
  15. ],
  16. "workbench.iconTheme": "vscode-icons",
  17. "explorer.confirmDelete": false,
  18. "files.trimTrailingWhitespace": true
  19. }
Add Comment
Please, Sign In to add comment